summaryrefslogtreecommitdiff
path: root/src/input/inputactiondata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/inputactiondata.h')
-rw-r--r--src/input/inputactiondata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/inputactiondata.h b/src/input/inputactiondata.h
index 403f5050e..aefa6fc86 100644
--- a/src/input/inputactiondata.h
+++ b/src/input/inputactiondata.h
@@ -27,7 +27,7 @@
#include <string>
-typedef bool (*ActionFuncPtr) (const InputEvent &event);
+typedef bool (*ActionFuncPtr) (InputEvent &event);
struct InputActionData final
{