diff options
Diffstat (limited to 'src/KeyMap.cxx')
-rw-r--r-- | src/KeyMap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KeyMap.cxx b/src/KeyMap.cxx index e1fe8e032..761df4c8f 100644 --- a/src/KeyMap.cxx +++ b/src/KeyMap.cxx @@ -62,7 +62,7 @@ unsigned int KeyMap::Find(int key, int modifiers) { return 0; } -KeyToCommand KeyMap::MapDefault[] = { +const KeyToCommand KeyMap::MapDefault[] = { {SCK_DOWN, SCI_NORM, SCI_LINEDOWN}, {SCK_DOWN, SCI_SHIFT, SCI_LINEDOWNEXTEND}, {SCK_DOWN, SCI_CTRL, SCI_LINESCROLLDOWN}, |