more centralization of swigkeys
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8382 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
059a280719
commit
637b61b321
4 changed files with 23 additions and 8 deletions
|
|
@ -246,7 +246,7 @@ static String *make_name(Node *n, String *name,SwigType *decl) {
|
|||
if (!name) return 0;
|
||||
/* Check to see if the name is in the hash */
|
||||
if (inclass) {
|
||||
Setattr(n,"parentNode",current_class);
|
||||
set_parentNode(n,current_class);
|
||||
}
|
||||
return Swig_name_make(n,Namespaceprefix,name,decl,add_oldname);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue