diff options
Diffstat (limited to 'src/actions/actions.h')
-rw-r--r-- | src/actions/actions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/actions.h b/src/actions/actions.h index b88fefc7d..6fb4fa01c 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -21,7 +21,7 @@ #ifndef ACTIONS_ACTIONS_H #define ACTIONS_ACTIONS_H -#define decHandler(name) bool name(const InputEvent &event) +#define decHandler(name) bool name(InputEvent &event) struct InputEvent; |