summaryrefslogtreecommitdiffstats
path: root/src/ZYEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-09-22 15:06:54 +0800
committerPeng Wu <alexepico@gmail.com>2014-09-22 15:06:54 +0800
commit91e2dbca77121840393ee991f2e9cbd0d432d906 (patch)
tree5f68067bb31e2a0c8951d95fcb895945a1e9980a /src/ZYEditor.cc
parentbdec4e805455af2a47debb5fb2eeb32de452710f (diff)
downloadibus-libzhuyin-91e2dbca77121840393ee991f2e9cbd0d432d906.tar.gz
ibus-libzhuyin-91e2dbca77121840393ee991f2e9cbd0d432d906.tar.xz
ibus-libzhuyin-91e2dbca77121840393ee991f2e9cbd0d432d906.zip
fixes class String
Diffstat (limited to 'src/ZYEditor.cc')
-rw-r--r--src/ZYEditor.cc3
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)
{