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