JSDOC/Token.vala
authorAlan Knowles <alan@roojs.com>
Thu, 10 Sep 2015 09:38:45 +0000 (17:38 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 10 Sep 2015 09:38:45 +0000 (17:38 +0800)
JSDOC/Token.vala

index 4942d15..cbcbc37 100644 (file)
@@ -29,7 +29,7 @@
 */
 namespace JSDOC
 {
-    int tokid = 1;
+    int Token_id = 1;
 
     public class Token : Object {
         
@@ -127,4 +127,4 @@ namespace JSDOC
             return this.name == what || this.type == what;
         }
 });
-Token.id = 0;     
\ No newline at end of file
+  
\ No newline at end of file