From: Alan Knowles Date: Thu, 10 Sep 2015 09:38:45 +0000 (+0800) Subject: JSDOC/Token.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=55962b089eb0f841cc836dbc5426c1ec1d59deba JSDOC/Token.vala --- diff --git a/JSDOC/Token.vala b/JSDOC/Token.vala index 4942d15..cbcbc37 100644 --- a/JSDOC/Token.vala +++ b/JSDOC/Token.vala @@ -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