fix bug 836539
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6602 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c6e0cd23c9
commit
8a88aecc24
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ String *Swig_method_decl(SwigType *s, const String_or_char *id, List *args, int
|
|||
if (!name) {
|
||||
name = NewString("");
|
||||
}
|
||||
SwigType_remember(type);
|
||||
p = SwigType_str(type, name);
|
||||
Append(result,p);
|
||||
String* value = Getattr(parm, "value");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue