fix missing static member access methods, discovered with li_std_string test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8650 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
308a559d6b
commit
7b2dbbc3ce
2 changed files with 51 additions and 9 deletions
|
|
@ -1472,7 +1472,7 @@ Language::staticmembervariableHandler(Node *n)
|
|||
Setattr(n, "type", t2);
|
||||
Delete(t1);
|
||||
Delete(t2);
|
||||
|
||||
SetFlag(n,"wrappedasconstant");
|
||||
memberconstantHandler(n);
|
||||
Delete(cname);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue