summaryrefslogtreecommitdiff
path: root/src/gui/textpopup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/textpopup.h')
-rw-r--r--src/gui/textpopup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/textpopup.h b/src/gui/textpopup.h
index 374435fb..cda8d14a 100644
--- a/src/gui/textpopup.h
+++ b/src/gui/textpopup.h
@@ -38,7 +38,7 @@ class TextPopup : public Popup
public:
TextPopup();
- ~TextPopup();
+ ~TextPopup() override;
/**
* Sets the text to be displayed.
@@ -51,7 +51,7 @@ class TextPopup : public Popup
*/
void show(int x, int y, const std::string &str1, const std::string &str2);
- void mouseMoved(gcn::MouseEvent &mouseEvent);
+ void mouseMoved(gcn::MouseEvent &mouseEvent) override;
private:
gcn::Label *mText1;