From 007aae063b279dc112265dc1afc4e322a8dcd986 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 24 Dec 2018 14:57:38 +0800 Subject: [PATCH] RooProject.vala --- RooProject.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RooProject.vala b/RooProject.vala index b0f1e6b3..b6eac5bb 100644 --- a/RooProject.vala +++ b/RooProject.vala @@ -19,8 +19,8 @@ public class RooProject : Object public string name; public string type; - static Gee.ArrayList projects; - public Gee.ArrayList projects() + static Gee.ArrayList _projects; + public static Gee.ArrayList projects() { RooProject.singleton(); -- 2.39.2