fix java/csharp overload issue
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8524 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ce94984b71
commit
cea522b4f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1536,7 +1536,7 @@ Swig_typemap_attach_parms(const String_or_char *op, ParmList *parms, Wrapper *f)
|
||||||
}
|
}
|
||||||
|
|
||||||
s = Getattr(tm,k_code);
|
s = Getattr(tm,k_code);
|
||||||
if (!s || !Len(s)) {
|
if (!s) {
|
||||||
p = nextSibling(p);
|
p = nextSibling(p);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue