From ffd93128779d278ab67f0059a9aad225fccb5517 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 Oct 2015 17:09:52 +0800 Subject: [PATCH] JSDOC/Token.vala --- JSDOC/Token.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Token.vala b/JSDOC/Token.vala index 0aee6d7..7c13595 100644 --- a/JSDOC/Token.vala +++ b/JSDOC/Token.vala @@ -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>(); -- 2.39.2