summaryrefslogtreecommitdiffstats
path: root/src/ZYZPhoneticEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZYZPhoneticEditor.h')
-rw-r--r--src/ZYZPhoneticEditor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ZYZPhoneticEditor.h b/src/ZYZPhoneticEditor.h
index cd38d04..ae82615 100644
--- a/src/ZYZPhoneticEditor.h
+++ b/src/ZYZPhoneticEditor.h
@@ -30,6 +30,8 @@
namespace ZY {
+class ZhuyinEngine;
+
class PhoneticSection;
typedef std::shared_ptr<PhoneticSection> PhoneticSectionPtr;
@@ -37,6 +39,7 @@ class SymbolSection;
typedef std::shared_ptr<SymbolSection> SymbolSectionPtr;
class PhoneticEditor : public EnhancedEditor {
+ friend class ZhuyinEngine;
friend class SymbolSection;
friend class PhoneticSection;