JSDOC/Token.vala
[gnome.introspection-doc-generator] / JSDOC / Token.vala
index 0aee6d7..7c13595 100644 (file)
@@ -59,7 +59,7 @@ namespace JSDOC
             this.prefix = "";    
             this.outData = null; // used by packer/scopeparser
             this.identifier = null; // used by scope
-            this.id = tokid++;
+            this.id = Token_id++;
             
             
             this.items = new Gee.ArrayList<Gee.ArrayList<Token>>();