JSDOC/ScopeParser.vala
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.vala
index 6f7193c..1d7372f 100644 (file)
@@ -769,7 +769,7 @@ namespace JSDOC {
                   
                         
                        var symbol = token.data;
-                       if (this.mode == 'BUILDING_SYMBOL_TREE') {
+                       if (this.mode == ScopeParserMode.BUILDING_SYMBOL_TREE) {
                            
                            if (token.name == "EVAL") {
                                //print(JSON.stringify(token,null,4));