fix missing namespace in constants, reported by Olly
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8757 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d5124757c8
commit
f2b5d37fec
1 changed files with 1 additions and 0 deletions
|
|
@ -672,6 +672,7 @@ public:
|
|||
String *tm;
|
||||
|
||||
if (!addSymbol(iname,n)) return SWIG_ERROR;
|
||||
if (nspace) Setattr(n,"sym:name",nsname);
|
||||
|
||||
/* Special hook for member pointer */
|
||||
if (SwigType_type(type) == T_MPOINTER) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue