diff options
Diffstat (limited to 'src/gui/setup_input.h')
-rw-r--r-- | src/gui/setup_input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_input.h b/src/gui/setup_input.h index 2346cc67d..c8d863db5 100644 --- a/src/gui/setup_input.h +++ b/src/gui/setup_input.h @@ -53,7 +53,7 @@ class Setup_Input final : public SetupTab void cancel(); - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; /** * Get an update on the assigned key. |