summaryrefslogtreecommitdiffstats
path: root/src/ZYZBopomofoSymbolSection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZYZBopomofoSymbolSection.h')
-rw-r--r--src/ZYZBopomofoSymbolSection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ZYZBopomofoSymbolSection.h b/src/ZYZBopomofoSymbolSection.h
index de3b1cb..5fa13e5 100644
--- a/src/ZYZBopomofoSymbolSection.h
+++ b/src/ZYZBopomofoSymbolSection.h
@@ -38,7 +38,8 @@ public:
virtual ~BopomofoSymbolSection ();
public:
- virtual bool initCandidates (const String & lookup);
+ virtual bool initCandidates (zhuyin_instance_t * instance,
+ const String & lookup);
virtual bool fillLookupTableByPage ();
virtual int selectCandidate (guint index);