summaryrefslogtreecommitdiffstats
path: root/src/ZYZSymbolSection.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-07-01 15:39:00 +0800
committerPeng Wu <alexepico@gmail.com>2014-07-01 15:39:00 +0800
commita922b865710b961817b5cce3d5f53f74cffc494d (patch)
treeaeff361ffb7ec948143103c220357e6d48e4d05e /src/ZYZSymbolSection.h
parentb68d95fb69b043cfbb7319c308a040b5692749db (diff)
downloadibus-libzhuyin-a922b865710b961817b5cce3d5f53f74cffc494d.tar.gz
ibus-libzhuyin-a922b865710b961817b5cce3d5f53f74cffc494d.tar.xz
ibus-libzhuyin-a922b865710b961817b5cce3d5f53f74cffc494d.zip
update initCandidates declaration
Diffstat (limited to 'src/ZYZSymbolSection.h')
-rw-r--r--src/ZYZSymbolSection.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ZYZSymbolSection.h b/src/ZYZSymbolSection.h
index 42e4ef8..8e75888 100644
--- a/src/ZYZSymbolSection.h
+++ b/src/ZYZSymbolSection.h
@@ -24,6 +24,7 @@
#include "ZYString.h"
#include "ZYZPhoneticEditor.h"
+#include <zhuyin.h>
namespace ZY {
@@ -36,7 +37,8 @@ public:
virtual ~SymbolSection () {}
public:
- virtual bool initCandidates (const String & hint) = 0;
+ virtual bool initCandidates (zhuyin_instance_t * instance,
+ const String & hint) = 0;
virtual bool fillLookupTableByPage () = 0;
virtual int selectCandidate (guint index) = 0;