diff options
Diffstat (limited to 'src/dropshortcut.h')
-rw-r--r-- | src/dropshortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dropshortcut.h b/src/dropshortcut.h index b9a8db7c7..0e56a9728 100644 --- a/src/dropshortcut.h +++ b/src/dropshortcut.h @@ -23,7 +23,7 @@ #ifndef DROPSHORTCUT_H #define DROPSHORTCUT_H -#define DROP_SHORTCUT_ITEMS 16 +static const int DROP_SHORTCUT_ITEMS = 16; class Item; |