From 1332a6ac060631e76ae64650e1e4997b90bae2e4 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 18 Apr 2014 14:32:40 +0800 Subject: add m_props member variable to sections --- src/ZYZPhoneticSection.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ZYZPhoneticSection.cc') diff --git a/src/ZYZPhoneticSection.cc b/src/ZYZPhoneticSection.cc index aedbd31..ed3505e 100644 --- a/src/ZYZPhoneticSection.cc +++ b/src/ZYZPhoneticSection.cc @@ -23,8 +23,9 @@ namespace ZY { -PhoneticSection::PhoneticSection (PhoneticEditor & editor) : - m_editor (editor) +PhoneticSection::PhoneticSection (PhoneticEditor & editor, + ZhuyinProperties & props) : + m_editor (editor), m_props (props) { } -- cgit