JSDOC/ScopeParser.vala
authorAlan Knowles <alan@roojs.com>
Mon, 9 Nov 2015 10:03:15 +0000 (18:03 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Nov 2015 10:03:15 +0000 (18:03 +0800)
JSDOC/ScopeParser.vala

index 8a44dd4..28e95ba 100644 (file)
@@ -959,7 +959,7 @@ namespace JSDOC {
            scope.preventMunging();
        }
        
            scope.preventMunging();
        }
        
-       string getIdentifier(string symbol, Scope in_scope, Token token) 
+       Token getIdentifier(string symbol, Scope in_scope, Token token) 
        {
            string identifier;
            var scope = in_scope;
        {
            string identifier;
            var scope = in_scope;