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/dropshortcut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dropshortcut.h') diff --git a/src/dropshortcut.h b/src/dropshortcut.h index b4450127f..85c0b6620 100644 --- a/src/dropshortcut.h +++ b/src/dropshortcut.h @@ -71,7 +71,7 @@ class DropShortcut final /** * Returns the amount of shortcut items. */ - int getItemCount() const A_WARN_UNUSED + static int getItemCount() A_WARN_UNUSED { return DROP_SHORTCUT_ITEMS; } /** -- cgit v1.2.3-60-g2f50