correction to last commit
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9654 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
337f63fd28
commit
f486588124
1 changed files with 1 additions and 1 deletions
|
|
@ -522,7 +522,7 @@ class TypePass:private Dispatcher {
|
|||
Node *nn = Swig_symbol_clookup(name, n);
|
||||
Hash *ts = 0;
|
||||
if (nn)
|
||||
Getattr(nn, "typescope");
|
||||
ts = Getattr(nn, "typescope");
|
||||
if (!ts) {
|
||||
SwigType_new_scope(name);
|
||||
SwigType_attach_symtab(Getattr(n, "symtab"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue