aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/KeyMap.h')
-rw-r--r--src/KeyMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KeyMap.h b/src/KeyMap.h
index 8232b7160..364df684f 100644
--- a/src/KeyMap.h
+++ b/src/KeyMap.h
@@ -30,7 +30,7 @@ class KeyMap {
KeyToCommand *kmap;
int len;
int alloc;
- static KeyToCommand MapDefault[];
+ static const KeyToCommand MapDefault[];
public:
KeyMap();