JSDOC/Token.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 Oct 2015 09:09:52 +0000 (17:09 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Oct 2015 09:09:52 +0000 (17:09 +0800)
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>>();