From 87a03c5795b7e2ab78ed4bf8c11297e3b4ddfabc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 May 2014 22:46:58 +0800 Subject: [PATCH] tests/test1.vala --- tests/test1.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test1.vala b/tests/test1.vala index 8d05d4ad7..c60ca0888 100644 --- a/tests/test1.vala +++ b/tests/test1.vala @@ -21,7 +21,7 @@ static int main (string[] args) { //public static Xcls_EditorWindow EditorWindow = new Xcls_EditorWindow (); -static public class EditorWindow : Gtk.Window + public static class EditorWindow : Gtk.Window { public static EditorWindow _this; public Xcls_save_button save_button; -- 2.39.2