diff options
Diffstat (limited to 'src/actions/move.h')
-rw-r--r-- | src/actions/move.h | 2 |
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; |