fix repited class name in scope resolution
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6698 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3d658c0c21
commit
996756f4a7
1 changed files with 0 additions and 3 deletions
|
|
@ -852,9 +852,6 @@ static String *resolve_node_scope(String *cname) {
|
|||
/* set the scope to the inner class */
|
||||
Swig_symbol_setscope(Getattr(nscope_inner,"symtab"));
|
||||
/* and return the node name, including the inner class prefix */
|
||||
Printf(sname,"::%s",base);
|
||||
Delete(base);
|
||||
base = sname;
|
||||
break;
|
||||
}
|
||||
/* here we just populate the namespace tree as usual */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue