add missing hidden attr
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8169 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
51548d5d39
commit
d4969b4d0e
1 changed files with 1 additions and 0 deletions
|
|
@ -1147,6 +1147,7 @@ Swig_DestructorToFunction(Node *n, String *classname, int cplus, int flags)
|
|||
SwigType_add_pointer(type);
|
||||
p = NewParm(type,"self");
|
||||
Setattr(p,"self","1");
|
||||
Setattr(p,"hidden","1");
|
||||
Setattr(p,"wrap:disown","1");
|
||||
Delete(type);
|
||||
type = NewString("void");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue