diff options
Diffstat (limited to 'src/dyetool/client.h')
-rw-r--r-- | src/dyetool/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyetool/client.h b/src/dyetool/client.h index 4a79a303e..81b8b92cc 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) override final; + void action(const ActionEvent &event) final; void moveButtons(const int width); |