JSDOC/ScopeParser.vala
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.vala
index 471cfad..73072b3 100644 (file)
@@ -956,9 +956,10 @@ namespace JSDOC {
            scope.preventMunging();
        },
        
-       string getIdentifier(string symbol, Scope scope, Token token) 
+       string getIdentifier(string symbol, Scope in_scope, Token token) 
        {
            string identifier;
+           var scope in_scope;
            while (scope != null) {
                identifier = scope.getIdentifier(symbol, token);
                //println("ScopeParser.getIdentgetUsedSymbols("+symbol+")=" + scope.getUsedSymbols().join(','));