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:
Marcelo Matus 2006-01-06 18:00:00 +00:00
commit d0079efb79

View file

@ -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 */