diff options
Diffstat (limited to 'src/gui/textdialog.h')
-rw-r--r-- | src/gui/textdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/textdialog.h b/src/gui/textdialog.h index 71cc88bcd..c9f3b150d 100644 --- a/src/gui/textdialog.h +++ b/src/gui/textdialog.h @@ -56,7 +56,7 @@ public: /** * Called when receiving actions from the widgets. */ - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; /** * Get the text in the textfield |