src/JsRender/NodeWriter.vala
authorAlan Knowles <alan@roojs.com>
Sat, 3 Feb 2024 10:42:01 +0000 (18:42 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 3 Feb 2024 10:42:01 +0000 (18:42 +0800)
src/JsRender/NodeWriter.vala

index b15c506..06201db 100644 (file)
@@ -24,7 +24,7 @@ namespace JsRender {
                        }
                }
         
-               string output = "";  // the result of outputing..
+               protected string output = "";  // the result of outputing..
                
                Gee.ArrayList<string> ignoreList;
                static  Gee.ArrayList<string>? globalIgnoreList = null;