src/Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Mon, 27 Apr 2015 09:19:27 +0000 (17:19 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 27 Apr 2015 09:19:27 +0000 (17:19 +0800)
src/Project/Gtk.vala

index 55c38d4..c77c759 100644 (file)
@@ -137,6 +137,7 @@ namespace Project {
                public Gee.ArrayList<string> files(string in_path)
                {
                        var ret =  new Gee.ArrayList<string>();
+                       var cfiles =  new Gee.ArrayList<string>();
                        
                        var dirname = this.resolve_path(
                                this.resolve_path_combine_path(this.firstPath(),in_path));