diff options
Diffstat (limited to 'src/gui/questswindow.h')
-rw-r--r-- | src/gui/questswindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/questswindow.h b/src/gui/questswindow.h index 017dd43c3..43a3e9758 100644 --- a/src/gui/questswindow.h +++ b/src/gui/questswindow.h @@ -56,7 +56,7 @@ class QuestsWindow 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 updateQuest(const int var, const int val); |