diff options
Diffstat (limited to 'src/ZYEditor.cc')
-rw-r--r-- | src/ZYEditor.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ZYEditor.cc b/src/ZYEditor.cc index 3cff304..d30deed 100644 --- a/src/ZYEditor.cc +++ b/src/ZYEditor.cc @@ -24,8 +24,7 @@ namespace ZY { Editor::Editor (ZhuyinProperties & props, Config & config) - : m_text (128), - m_cursor (0), + : m_cursor (0), m_props (props), m_config (config) { |