JSDOC/Token.vala
[gnome.introspection-doc-generator] / 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