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