diff options
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 5687e8c7e..a33188369 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -55,7 +55,7 @@ class Setup final : public Window, public gcn::ActionListener /** * Event handling method. */ - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; /** * Enables the reset button when in game. |