src/JsRender/NodeToVala.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 04:46:15 +0000 (12:46 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 04:46:15 +0000 (12:46 +0800)
src/JsRender/NodeToVala.vala

index 757e09c..cf65631 100644 (file)
@@ -177,7 +177,7 @@ public class JsRender.NodeToVala : Object {
                var x = new  NodeToVala(cnode,  this.depth+1, this);
                return x.munge();
        }
-       public void addLine(string str)
+       public void addLine(string str= "")
        {
                this.cur_line++;
                this.ret += str + "\n";