unnecessary cast removed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11895 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
faf8fee877
commit
2442211292
1 changed files with 1 additions and 1 deletions
|
|
@ -3729,7 +3729,7 @@ cpp_class_decl : storage_class cpptype idcolon inherit LBRACE {
|
||||||
Setattr(classes,scpname,$$);
|
Setattr(classes,scpname,$$);
|
||||||
Delete(scpname);
|
Delete(scpname);
|
||||||
} else {
|
} else {
|
||||||
Swig_symbol_setscopename((char*)"<unnamed>");
|
Swig_symbol_setscopename("<unnamed>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
appendChild($$,$5);
|
appendChild($$,$5);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue