From 55962b089eb0f841cc836dbc5426c1ec1d59deba Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 10 Sep 2015 17:38:45 +0800 Subject: [PATCH] JSDOC/Token.vala --- JSDOC/Token.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2