From 3bee3d52af7d560156f0b05c1c72fe6180c2e267 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 2 Apr 2014 11:09:27 +0800 Subject: re-factor symbol section --- src/ZYZSymbolSection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ZYZSymbolSection.h') 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; } -- cgit