summaryrefslogtreecommitdiffstats
path: root/src/ZYZSymbolSection.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-07-02 17:28:26 +0800
committerPeng Wu <alexepico@gmail.com>2014-07-02 17:28:26 +0800
commit0434a44ca4c15f53598128936d036b8c6cf49577 (patch)
tree142012ee74c8abf44c93d28dc4026753a6d76410 /src/ZYZSymbolSection.h
parentcde4b45e75e2cf7bcf2b22ab8056322b1ad04cba (diff)
downloadibus-libzhuyin-0434a44ca4c15f53598128936d036b8c6cf49577.tar.gz
ibus-libzhuyin-0434a44ca4c15f53598128936d036b8c6cf49577.tar.xz
ibus-libzhuyin-0434a44ca4c15f53598128936d036b8c6cf49577.zip
update method selectCandidate
Diffstat (limited to 'src/ZYZSymbolSection.h')
-rw-r--r--src/ZYZSymbolSection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ZYZSymbolSection.h b/src/ZYZSymbolSection.h
index 8e75888..fce65f2 100644
--- a/src/ZYZSymbolSection.h
+++ b/src/ZYZSymbolSection.h
@@ -31,6 +31,7 @@ namespace ZY {
class ZhuyinProperties;
class SymbolSection {
+ friend class PhoneticEditor;
public:
SymbolSection (PhoneticEditor & editor, ZhuyinProperties & props) :
m_editor (editor), m_props(props) {}