summaryrefslogtreecommitdiff
path: root/src/listeners/inputactionremotelistener.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/listeners/inputactionremotelistener.h')
-rw-r--r--src/listeners/inputactionremotelistener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listeners/inputactionremotelistener.h b/src/listeners/inputactionremotelistener.h
index 7fbaf76a7..52a66588b 100644
--- a/src/listeners/inputactionremotelistener.h
+++ b/src/listeners/inputactionremotelistener.h
@@ -32,7 +32,7 @@ class InputActionRemoteListener final : public ActionListener
A_DELETE_COPY(InputActionRemoteListener)
- void action(const ActionEvent &event) override final;
+ void action(const ActionEvent &event) final;
void setCommand(const std::string &command,
const std::string &args)