summaryrefslogtreecommitdiff
path: root/src/gui/editdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editdialog.h')
-rw-r--r--src/gui/editdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editdialog.h b/src/gui/editdialog.h
index 94e7aabbf..20c88db19 100644
--- a/src/gui/editdialog.h
+++ b/src/gui/editdialog.h
@@ -54,7 +54,7 @@ class EditDialog 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;
std::string getMsg() const
{ return mTextField->getText(); }