diff options
Diffstat (limited to 'src/dropshortcut.h')
-rw-r--r-- | src/dropshortcut.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dropshortcut.h b/src/dropshortcut.h index 4f88e8b1b..8294163d6 100644 --- a/src/dropshortcut.h +++ b/src/dropshortcut.h @@ -23,6 +23,8 @@ #ifndef DROPSHORTCUT_H #define DROPSHORTCUT_H +#include "localconsts.h" + static const int DROP_SHORTCUT_ITEMS = 16; class Item; @@ -30,7 +32,7 @@ class Item; /** * The class which keeps track of the item shortcuts. */ -class DropShortcut +class DropShortcut final { public: /** |