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