add some missing nspace support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11936 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
541bc7d435
commit
7af8eb954b
6 changed files with 13 additions and 13 deletions
|
|
@ -265,8 +265,8 @@ public:
|
|||
Swig_register_filebyname("class_ctors", f_class_ctors);
|
||||
|
||||
if (old_variable_names) {
|
||||
Swig_name_register("set", "%v__set__");
|
||||
Swig_name_register("get", "%v__get__");
|
||||
Swig_name_register("set", "%n%v__set__");
|
||||
Swig_name_register("get", "%n%v__get__");
|
||||
}
|
||||
|
||||
Swig_banner(f_begin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue