From ca37305d8be28ef47e87e77c3a5aa40abe489d1b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 19 May 2015 12:32:49 +0800 Subject: [PATCH] src/JsRender/NodeToVala.vala --- src/JsRender/NodeToVala.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JsRender/NodeToVala.vala b/src/JsRender/NodeToVala.vala index cc3d15a1f..5809abdc4 100644 --- a/src/JsRender/NodeToVala.vala +++ b/src/JsRender/NodeToVala.vala @@ -185,7 +185,7 @@ public class JsRender.NodeToVala : Object { // class header.. // class xxx { WrappedGtk el; } this.ret += inpad + "public class " + this.xcls + " : Object \n" + this.inpad + "{\n"; - this.ret += this.pad + "public " + this.cls + " el;\n"; + this.ret += this.pad + "public " + this.cls + " el;\n"; this.ret += this.pad + "private " + this.top.xcls + " _this;\n\n"; -- 2.39.2