summaryrefslogtreecommitdiffstats
path: root/scintilla/src/KeyMap.h
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-05-08 13:48:02 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-15 13:40:36 +0300
commit5a3e2bf9cbbcf6f4c33c0317a054ffffb3699b63 (patch)
tree244122d6c214d4f42e83000cb6b553b93634768c /scintilla/src/KeyMap.h
parent4ec8a84b0b81489c687079215ffdedfc67ad1928 (diff)
downloadnotepad2-mod-5a3e2bf9cbbcf6f4c33c0317a054ffffb3699b63.zip
notepad2-mod-5a3e2bf9cbbcf6f4c33c0317a054ffffb3699b63.tar.gz
notepad2-mod-5a3e2bf9cbbcf6f4c33c0317a054ffffb3699b63.tar.bz2
Update Scintilla to 1d988d
Diffstat (limited to 'scintilla/src/KeyMap.h')
-rw-r--r--scintilla/src/KeyMap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/scintilla/src/KeyMap.h b/scintilla/src/KeyMap.h
index 6584b29..2b7ebe6 100644
--- a/scintilla/src/KeyMap.h
+++ b/scintilla/src/KeyMap.h
@@ -32,9 +32,7 @@ public:
/**
*/
class KeyMap {
- KeyToCommand *kmap;
- int len;
- int alloc;
+ std::vector<KeyToCommand> kmap;
static const KeyToCommand MapDefault[];
public: