Fix #6582 - make builder work with buggy pkg-config
[roobuilder] / src / JsRender / PlainFile.vala
index 6987287..bbbe832 100644 (file)
@@ -21,7 +21,7 @@ namespace JsRender {
 
         public PlainFile(Project.Project project, string path) {
         
-            base( project, path);
+            aconstruct( project, path);
             this.xtype = "PlainFile";
             
             // if the file does not exist...