summaryrefslogtreecommitdiffstats
path: root/src/ZYZSymbolSection.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-04-02 11:09:27 +0800
committerPeng Wu <alexepico@gmail.com>2014-04-02 11:09:27 +0800
commit3bee3d52af7d560156f0b05c1c72fe6180c2e267 (patch)
tree27558b8d6c3fcfa1e489b3ac06e43df0f056e98d /src/ZYZSymbolSection.h
parent79245a403df9db986a69c38888d563d54611cc4b (diff)
downloadibus-libzhuyin-3bee3d52af7d560156f0b05c1c72fe6180c2e267.tar.gz
ibus-libzhuyin-3bee3d52af7d560156f0b05c1c72fe6180c2e267.tar.xz
ibus-libzhuyin-3bee3d52af7d560156f0b05c1c72fe6180c2e267.zip
re-factor symbol section
Diffstat (limited to 'src/ZYZSymbolSection.h')
-rw-r--r--src/ZYZSymbolSection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZYZSymbolSection.h b/src/ZYZSymbolSection.h
index 9295dcd..df26667 100644
--- a/src/ZYZSymbolSection.h
+++ b/src/ZYZSymbolSection.h
@@ -35,7 +35,7 @@ public:
public:
virtual bool initCandidates (const String & hint) = 0;
virtual bool populateCandidates () = 0;
- virtual bool selectCandidate (guint index) = 0;
+ virtual int selectCandidate (guint index) = 0;
public:
String getType () {return m_type; }