From 2fa941b89177cf91cbbc84700c1d7631aa85bcc2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 9 Aug 2015 00:27:33 +0300 Subject: Add some missing checks to other files found by paranucker. --- src/shortcutbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shortcutbase.h') 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; -- cgit v1.2.3-60-g2f50