From 24d90866b4867e9490813cc5b495bf478c49d920 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 15 Apr 2017 14:50:33 +0000 Subject: vala: Replace all 'static const' declaration by 'const'. --- tests/menubar.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/menubar.vala b/tests/menubar.vala index 028750a..f222957 100644 --- a/tests/menubar.vala +++ b/tests/menubar.vala @@ -18,7 +18,7 @@ public class MenuBar : Gtk.MenuBar { - public static const int HEIGHT = 32; + public const int HEIGHT = 32; public bool high_contrast { get; private set; default = false; } public MenuBar (Background bg, Gtk.AccelGroup ag) -- cgit v1.2.3