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