summaryrefslogtreecommitdiff
path: root/src/actions/move.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/move.h')
-rw-r--r--src/actions/move.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/move.h b/src/actions/move.h
index 4ca760400..3e126baea 100644
--- a/src/actions/move.h
+++ b/src/actions/move.h
@@ -21,7 +21,7 @@
#ifndef ACTIONS_MOVE_H
#define ACTIONS_MOVE_H
-#define decHandler(name) bool name(const InputEvent &event)
+#define decHandler(name) bool name(InputEvent &event)
struct InputEvent;