summaryrefslogtreecommitdiff
path: root/src/gui/popups/speechbubble.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-20 16:13:21 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-20 16:13:45 +0300
commit32b055d5738256c4a3e653a3e7b41d86739a3b74 (patch)
tree954b6bae7bc0a19cbfd2ffd103dd0265769baf80 /src/gui/popups/speechbubble.h
parent6073c6da086f3d1eec0fed731dc3fa5d8808fa0d (diff)
downloadplus-32b055d5738256c4a3e653a3e7b41d86739a3b74.tar.gz
plus-32b055d5738256c4a3e653a3e7b41d86739a3b74.tar.bz2
plus-32b055d5738256c4a3e653a3e7b41d86739a3b74.tar.xz
plus-32b055d5738256c4a3e653a3e7b41d86739a3b74.zip
Add missing checks or attributes to popups.
Diffstat (limited to 'src/gui/popups/speechbubble.h')
-rw-r--r--src/gui/popups/speechbubble.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/popups/speechbubble.h b/src/gui/popups/speechbubble.h
index b44bb1d13..9c86b1698 100644
--- a/src/gui/popups/speechbubble.h
+++ b/src/gui/popups/speechbubble.h
@@ -60,8 +60,8 @@ class SpeechBubble final : public Popup
private:
std::string mText;
int mSpacing;
- Label *mCaption;
- BrowserBox *mSpeechBox;
+ Label *mCaption A_NONNULLPOINTER;
+ BrowserBox *mSpeechBox A_NONNULLPOINTER;
};
#endif // GUI_POPUPS_SPEECHBUBBLE_H