Fix regression introduced in r12784
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12883 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a5f8ffba91
commit
5d678a7b09
1 changed files with 0 additions and 2 deletions
|
|
@ -2369,9 +2369,7 @@ public:
|
|||
if (!Getattr(n, "feature:onlychildren")) {
|
||||
String *name = Getattr(n, "name");
|
||||
String *symname = Getattr(n, "sym:name");
|
||||
String *tdname = Getattr(n, "tdname");
|
||||
|
||||
name = tdname ? tdname : name;
|
||||
String *namestr = SwigType_namestr(name);
|
||||
klass = RCLASS(classes, Char(namestr));
|
||||
if (!klass) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue