summaryrefslogtreecommitdiffstats
path: root/src/ZYZPhoneticEditor.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-04-02 13:39:28 +0800
committerPeng Wu <alexepico@gmail.com>2014-04-02 13:39:28 +0800
commit6f8fa23c407d14f00840b9622088e1c9699006d5 (patch)
tree6686becf02b2958c2a0372698ba39a392c9ac31b /src/ZYZPhoneticEditor.h
parent3bee3d52af7d560156f0b05c1c72fe6180c2e267 (diff)
downloadibus-libzhuyin-6f8fa23c407d14f00840b9622088e1c9699006d5.tar.gz
ibus-libzhuyin-6f8fa23c407d14f00840b9622088e1c9699006d5.tar.xz
ibus-libzhuyin-6f8fa23c407d14f00840b9622088e1c9699006d5.zip
write class PhoneticSection
Diffstat (limited to 'src/ZYZPhoneticEditor.h')
-rw-r--r--src/ZYZPhoneticEditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ZYZPhoneticEditor.h b/src/ZYZPhoneticEditor.h
index 00ae215..a09f085 100644
--- a/src/ZYZPhoneticEditor.h
+++ b/src/ZYZPhoneticEditor.h
@@ -29,9 +29,11 @@
namespace ZY {
class SymbolSection;
+class PhoneticSection;
class PhoneticEditor : public EnhancedEditor {
friend class SymbolSection;
+ friend class PhoneticSection;
public:
PhoneticEditor (ZhuyinProperties & props, Config & config);