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