summaryrefslogtreecommitdiff
path: root/src/gui/popups/speechbubble.h
diff options
context:
space:
mode:
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 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