From e0cc3a6e279eacdfa883b08f741265608a660589 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 May 2014 22:47:08 +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 c60ca0888..8d05d4ad7 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 (); - public static class EditorWindow : Gtk.Window +static public class EditorWindow : Gtk.Window { public static EditorWindow _this; public Xcls_save_button save_button; -- 2.39.2