src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:09:30 +0000 (16:09 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:09:30 +0000 (16:09 +0800)
src/Palete/ValaSource.vala

index 1bbaaa9..94c0802 100644 (file)
@@ -5,6 +5,8 @@
  * 
  *  This just deals with spawning the compiler and getting the results.
  * 
+ *  each window should have one of these...
+ * 
  */
 
 namespace Palete {
@@ -30,6 +32,9 @@ namespace Palete {
                
                // file.project , file.path, file.build_module, ""
                public ValaSource(
+                       
+               
+               
                        Project.Gtk project, 
                        string filepath, 
                        string build_module,