diff options
Diffstat (limited to 'src/itemshortcut.h')
-rw-r--r-- | src/itemshortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } /** |