From 0928122abfa155d137fb80e92e49af766ffdc7aa Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 17:19:30 +0800 Subject: [PATCH] RooTicket.vala --- RooTicket.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooTicket.vala b/RooTicket.vala index d2e49c1d..276cd502 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -19,7 +19,7 @@ class RooTicket : Object } return _RooTicket; } - public Gee.ArrayList tickets; + public Gee.ArrayList tickets; // only available for singletonn. public int id; public string summary; -- 2.39.2