diff options
Diffstat (limited to 'src/itemshortcut.h')
-rw-r--r-- | src/itemshortcut.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/itemshortcut.h b/src/itemshortcut.h index 6ef5d996a..dcdc515a5 100644 --- a/src/itemshortcut.h +++ b/src/itemshortcut.h @@ -23,6 +23,8 @@ #ifndef ITEMSHORTCUT_H #define ITEMSHORTCUT_H +#include "localconsts.h" + const unsigned int SHORTCUT_ITEMS = 20; const unsigned int SHORTCUT_TABS = 3; @@ -31,7 +33,7 @@ class Item; /** * The class which keeps track of the item shortcuts. */ -class ItemShortcut +class ItemShortcut final { public: /** |