diff options
Diffstat (limited to 'src/KeyMap.h')
-rw-r--r-- | src/KeyMap.h | 2 |
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(); |