summaryrefslogtreecommitdiff
path: root/src/keydata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keydata.h')
-rw-r--r--src/keydata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keydata.h b/src/keydata.h
index dc5a136a6..88ff7f4ca 100644
--- a/src/keydata.h
+++ b/src/keydata.h
@@ -27,7 +27,7 @@
#include <string>
-typedef bool (*ActionFuncPtr) (InputEvent &event);
+typedef bool (*ActionFuncPtr) (const InputEvent &event);
struct KeyData
{