RooProject.vala
[gitlive] / RooProject.vala
index b0f1e6b..b6eac5b 100644 (file)
@@ -19,8 +19,8 @@ public class RooProject  : Object
        public string name;
        public string type;
 
-       static Gee.ArrayList<RooProject> projects;
-       public Gee.ArrayList<RooProject> projects()
+       static Gee.ArrayList<RooProject> _projects;
+       public static Gee.ArrayList<RooProject> projects()
        {
                RooProject.singleton();