From 0bd6c94bd4d1d78e411d7d4fb52c5f7f3cb07aa8 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 20 Dec 2011 14:29:37 +0800 Subject: add set options to pinyin lookup --- src/pinyin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pinyin.cpp') diff --git a/src/pinyin.cpp b/src/pinyin.cpp index 87f61fc..8467570 100644 --- a/src/pinyin.cpp +++ b/src/pinyin.cpp @@ -261,6 +261,7 @@ bool pinyin_set_options(pinyin_context_t * context, pinyin_option_t options){ context->m_options = options; context->m_pinyin_table->set_options(context->m_options); + context->m_pinyin_lookup->set_options(context->m_options); return true; } -- cgit