summaryrefslogtreecommitdiffstats
path: root/src/PYEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2018-03-15 16:09:24 +0800
committerPeng Wu <alexepico@gmail.com>2018-03-15 16:09:24 +0800
commitc3fd3646a3b4c6509840accb050f338f71035f6a (patch)
tree0b3ec8a4178d132ffb0d85f8d79d926933d27c71 /src/PYEditor.cc
parent279a9da2cad9e0f5ee7c20f8a132b074eae67f34 (diff)
downloadibus-libpinyin-c3fd3646a3b4c6509840accb050f338f71035f6a.tar.gz
ibus-libpinyin-c3fd3646a3b4c6509840accb050f338f71035f6a.tar.xz
ibus-libpinyin-c3fd3646a3b4c6509840accb050f338f71035f6a.zip
update class String
Diffstat (limited to 'src/PYEditor.cc')
-rw-r--r--src/PYEditor.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PYEditor.cc b/src/PYEditor.cc
index 39be5ed..8186408 100644
--- a/src/PYEditor.cc
+++ b/src/PYEditor.cc
@@ -24,8 +24,7 @@
namespace PY {
Editor::Editor (PinyinProperties & props, Config & config)
- : m_text (128),
- m_cursor (0),
+ : m_cursor (0),
m_props (props),
m_config (config)
{