Fixed naming generation problem for static C++ variables.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@772 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1826bf80dc
commit
d67ebf543e
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ Swig_name_wrapper(String_or_char *fname) {
|
|||
Append(r,f);
|
||||
}
|
||||
Replace(r,"%f",fname, DOH_REPLACE_ANY);
|
||||
Replace(r,":","_", DOH_REPLACE_ANY);
|
||||
return Swig_temp_result(r);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue