From bc486c181bfa92773739370d22c0762b66a62f91 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 16 Aug 2013 11:17:16 +0800 Subject: use secondary bopomofo instead of second bopomofo --- src/storage/pinyin_parser2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/storage') diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index adec727..f3ec9fa 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -421,8 +421,8 @@ bool FullPinyinParser2::set_scheme(PinyinScheme scheme){ m_pinyin_index_len = G_N_ELEMENTS(luoma_pinyin_index); break; case PINYIN_SECONDARY_BOPOMOFO: - m_pinyin_index = second_bopomofo_index; - m_pinyin_index_len = G_N_ELEMENTS(second_bopomofo_index); + m_pinyin_index = secondary_bopomofo_index; + m_pinyin_index_len = G_N_ELEMENTS(secondary_bopomofo_index); break; default: assert(false); -- cgit