summaryrefslogtreecommitdiff
path: root/src/gui/worldselectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/worldselectdialog.h')
-rw-r--r--src/gui/worldselectdialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/worldselectdialog.h b/src/gui/worldselectdialog.h
index 368b005b..f2b74582 100644
--- a/src/gui/worldselectdialog.h
+++ b/src/gui/worldselectdialog.h
@@ -45,16 +45,16 @@ class WorldSelectDialog : public Window, public gcn::ActionListener,
public:
WorldSelectDialog(Worlds worlds);
- ~WorldSelectDialog();
+ ~WorldSelectDialog() override;
/**
* Called when receiving actions from the widgets.
*/
- void action(const gcn::ActionEvent &event);
+ void action(const gcn::ActionEvent &event) override;
- void keyPressed(gcn::KeyEvent &keyEvent);
+ void keyPressed(gcn::KeyEvent &keyEvent) override;
- void mouseClicked(gcn::MouseEvent &mouseEvent);
+ void mouseClicked(gcn::MouseEvent &mouseEvent) override;
private:
WorldListModel *mWorldListModel;