diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-20 16:13:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-20 16:13:56 +0300 |
commit | b2c6603542af1d5c34a3e252d9454ddf0b21fcc5 (patch) | |
tree | b9863b6532d6d92bd8c8ab29866e87b7e6fe4c24 /src/gui/widgets/popup.h | |
parent | 32b055d5738256c4a3e653a3e7b41d86739a3b74 (diff) | |
download | plus-b2c6603542af1d5c34a3e252d9454ddf0b21fcc5.tar.gz plus-b2c6603542af1d5c34a3e252d9454ddf0b21fcc5.tar.bz2 plus-b2c6603542af1d5c34a3e252d9454ddf0b21fcc5.tar.xz plus-b2c6603542af1d5c34a3e252d9454ddf0b21fcc5.zip |
Add missing checks or attribute to other files.
Diffstat (limited to 'src/gui/widgets/popup.h')
-rw-r--r-- | src/gui/widgets/popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h index 9f043114e..1a9d8d508 100644 --- a/src/gui/widgets/popup.h +++ b/src/gui/widgets/popup.h @@ -182,7 +182,7 @@ class Popup notfinal : public Container, private: std::string mPopupName; /**< Name of the popup */ - ImageCollection *mVertexes; + ImageCollection *mVertexes A_NONNULLPOINTER; int mMinWidth; /**< Minimum popup width */ int mMinHeight; /**< Minimum popup height */ int mMaxWidth; /**< Maximum popup width */ |