diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-19 21:03:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-19 21:03:42 +0300 |
commit | 64192ec89b46f7c34aaaae493e48352c3cbbf03f (patch) | |
tree | 625a2bf34f1d294a76fb4be5419bdab81e8e69ed /src/gui/popups/speechbubble.h | |
parent | 038270a1d6519237a13a8699582660ed0db04b6d (diff) | |
download | plus-64192ec89b46f7c34aaaae493e48352c3cbbf03f.tar.gz plus-64192ec89b46f7c34aaaae493e48352c3cbbf03f.tar.bz2 plus-64192ec89b46f7c34aaaae493e48352c3cbbf03f.tar.xz plus-64192ec89b46f7c34aaaae493e48352c3cbbf03f.zip |
Use staticbrowserbox in speechbubble.
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 63e41612e..694a6eb2a 100644 --- a/src/gui/popups/speechbubble.h +++ b/src/gui/popups/speechbubble.h @@ -27,7 +27,7 @@ #include "gui/widgets/popup.h" class Label; -class BrowserBox; +class StaticBrowserBox; class SpeechBubble final : public Popup { @@ -61,7 +61,7 @@ class SpeechBubble final : public Popup std::string mText; int mSpacing; Label *mCaption A_NONNULLPOINTER; - BrowserBox *mSpeechBox A_NONNULLPOINTER; + StaticBrowserBox *mSpeechBox A_NONNULLPOINTER; }; #endif // GUI_POPUPS_SPEECHBUBBLE_H |