diff options
Diffstat (limited to 'src/gui/popups/speechbubble.h')
-rw-r--r-- | src/gui/popups/speechbubble.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/popups/speechbubble.h b/src/gui/popups/speechbubble.h index 496b3d71c..41c210eab 100644 --- a/src/gui/popups/speechbubble.h +++ b/src/gui/popups/speechbubble.h @@ -59,6 +59,7 @@ class SpeechBubble final : public Popup private: std::string mText; + int mSpacing; Label *mCaption; BrowserBox *mSpeechBox; }; |