diff options
Diffstat (limited to 'src/shortcutbase.h')
-rw-r--r-- | src/shortcutbase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shortcutbase.h b/src/shortcutbase.h index edfa76200..e742b6b18 100644 --- a/src/shortcutbase.h +++ b/src/shortcutbase.h @@ -124,8 +124,8 @@ class ShortcutBase notfinal void clear(const bool isSave = true); private: - int *mItems; - unsigned char *mItemColors; + int *mItems A_NONNULLPOINTER; + unsigned char *mItemColors A_NONNULLPOINTER; std::string mItemName; std::string mColorName; int mItemSelected; |