diff options
Diffstat (limited to 'src/gui/popups/speechbubble.h')
-rw-r--r-- | src/gui/popups/speechbubble.h | 4 |
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 |