JSDOC/Token.vala
authorAlan Knowles <alan@roojs.com>
Wed, 30 Sep 2015 09:48:24 +0000 (17:48 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 30 Sep 2015 09:48:24 +0000 (17:48 +0800)
JSDOC/Token.vala

index 0bf409f..0aee6d7 100644 (file)
@@ -50,7 +50,7 @@ namespace JSDOC
         
         // props??? what's this???
         
-        public Token(string data, string type, string name, int line)
+        public Token(string data, string type, string name, int line = -1)
         {
             this.data = data;
             this.type = type;