JSDOC/TokenReader.vala
[gnome.introspection-doc-generator] / JSDOC / TokenReader.vala
index a691515..631fe34 100644 (file)
@@ -242,7 +242,7 @@ namespace JSDOC {
          */
         public bool read_punc (TokenStream stream, TokenArray tokens)
         {
-            var found = "";
+            string found = "";
             var name;
             while (!stream.look().eof && Lang.punc(found + stream.look()).length > 0) {
                 found += stream.next();