summaryrefslogtreecommitdiff
path: root/src/dyetool/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dyetool/client.h')
-rw-r--r--src/dyetool/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyetool/client.h b/src/dyetool/client.h
index 81b8b92cc..4a79a303e 100644
--- a/src/dyetool/client.h
+++ b/src/dyetool/client.h
@@ -74,7 +74,7 @@ class Client final : public ActionListener
StateT getState() const A_WARN_UNUSED
{ return mState; }
- void action(const ActionEvent &event) final;
+ void action(const ActionEvent &event) override final;
void moveButtons(const int width);