From 64192ec89b46f7c34aaaae493e48352c3cbbf03f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 19 Jun 2017 21:03:42 +0300 Subject: Use staticbrowserbox in speechbubble. --- src/gui/popups/speechbubble.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/popups/speechbubble.h') 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 -- cgit v1.2.3-70-g09d2