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 55c6d1165..6367ba6e8 100644 --- a/src/itemshortcut.h +++ b/src/itemshortcut.h @@ -144,7 +144,7 @@ class ItemShortcut int mItems[SHORTCUT_ITEMS]; /**< The items. */ unsigned char mItemColors[SHORTCUT_ITEMS]; /**< The item colors. */ int mItemSelected; - int mItemColorSelected; + unsigned char mItemColorSelected; int mNumber; }; |