diff options
Diffstat (limited to 'src/gui/worldselectdialog.h')
-rw-r--r-- | src/gui/worldselectdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/worldselectdialog.h b/src/gui/worldselectdialog.h index 30500d311..ba1a41056 100644 --- a/src/gui/worldselectdialog.h +++ b/src/gui/worldselectdialog.h @@ -66,9 +66,9 @@ class WorldSelectDialog final : public Window, public gcn::ActionListener, /** * 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; private: WorldListModel *mWorldListModel; |