From 32f5bdec221b157edc2879d2248a6b9f2743ac50 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 25 Sep 2014 12:17:58 +0800 Subject: clean class SymbolSection --- src/ZYZSymbolSection.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ZYZSymbolSection.h') diff --git a/src/ZYZSymbolSection.h b/src/ZYZSymbolSection.h index fce65f2..8e75888 100644 --- a/src/ZYZSymbolSection.h +++ b/src/ZYZSymbolSection.h @@ -31,7 +31,6 @@ namespace ZY { class ZhuyinProperties; class SymbolSection { - friend class PhoneticEditor; public: SymbolSection (PhoneticEditor & editor, ZhuyinProperties & props) : m_editor (editor), m_props(props) {} -- cgit