From 5c3746562bafd61603c67958fc82ff097a69e3a4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Feb 2014 12:49:08 +0300 Subject: Add missing const and static into other classes. --- src/itemshortcut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/itemshortcut.h') diff --git a/src/itemshortcut.h b/src/itemshortcut.h index 2293a1583..b40ae87f1 100644 --- a/src/itemshortcut.h +++ b/src/itemshortcut.h @@ -72,7 +72,7 @@ class ItemShortcut final /** * Returns the amount of shortcut items. */ - int getItemCount() const A_WARN_UNUSED + static int getItemCount() A_WARN_UNUSED { return SHORTCUT_ITEMS; } /** -- cgit v1.2.3-60-g2f50