add missing hidden
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8259 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9e20f53808
commit
d0079efb79
1 changed files with 1 additions and 0 deletions
|
|
@ -1235,6 +1235,7 @@ Swig_MembersetToFunction(Node *n, String *classname, int flags) {
|
|||
|
||||
ty = Swig_wrapped_member_var_type(type);
|
||||
p = NewParm(ty,name);
|
||||
Setattr(parms,k_hidden,"1");
|
||||
set_nextSibling(parms,p);
|
||||
|
||||
/* If the type is a pointer or reference. We mark it with a special wrap:disown attribute */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue