src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 09:32:31 +0000 (17:32 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 09:32:31 +0000 (17:32 +0800)
src/Palete/ValaSource.vala

index 6a87966..39a16d5 100644 (file)
@@ -89,6 +89,12 @@ namespace Palete {
 
        public class ValaSource : Vala.CodeVisitor {
 
+               static void buildApplication()
+               {
+                       
+                       
+               }
+
                Vala.CodeContext context;
                ValaSourceReport report;
                JsRender.JsRender file;