JSDOC/ScopeParser.vala
authorAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:42:54 +0000 (16:42 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:42:54 +0000 (16:42 +0800)
JSDOC/ScopeParser.vala

index c2ef0f0..0f689f7 100644 (file)
@@ -503,7 +503,7 @@ namespace JSDOC {
                 
                     symbol = token.data;
                     
-                     if (this.mode == 'BUILDING_SYMBOL_TREE') {
+                     if (this.mode == ScopeParserMode.BUILDING_SYMBOL_TREE) {
 
                         if (token.name == "EVAL") {