diff options
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index fc3f61439..5425e3da2 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -53,7 +53,7 @@ class Setup_Video final : public SetupTab, public gcn::KeyListener void apply(); void cancel(); - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; virtual void externalUpdated(); |