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'. --- src/main-window.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main-window.vala') diff --git a/src/main-window.vala b/src/main-window.vala index 6dfd168..b7c59bb 100644 --- a/src/main-window.vala +++ b/src/main-window.vala @@ -34,7 +34,7 @@ public class MainWindow : Gtk.Window public ListStack stack; // Menubar is smaller, but with shadow, we reserve more space - public static const int MENUBAR_HEIGHT = 32; + public const int MENUBAR_HEIGHT = 32; construct { -- cgit v1.2.3