summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h
index b350c4662..725cd724c 100644
--- a/src/client.h
+++ b/src/client.h
@@ -89,9 +89,9 @@ class Client final : public ConfigListener,
static bool isTmw() A_WARN_UNUSED;
- void optionChanged(const std::string &name) final;
+ void optionChanged(const std::string &name) override final;
- void action(const ActionEvent &event) final;
+ void action(const ActionEvent &event) override final;
static void initTradeFilter();