summaryrefslogtreecommitdiffstats
path: root/src/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-10-16 12:59:34 +0800
committerPeng Wu <alexepico@gmail.com>2015-10-16 12:59:34 +0800
commit7f77d9dcbc043d00d3ef2eacfb1237b32b1d6136 (patch)
tree26be9cd04f8f4102757649ae1b91f62d19750f68 /src/storage
parent51e7af528a4fe1c5da660eba48268369225c064c (diff)
downloadlibpinyin-7f77d9dcbc043d00d3ef2eacfb1237b32b1d6136.tar.gz
libpinyin-7f77d9dcbc043d00d3ef2eacfb1237b32b1d6136.tar.xz
libpinyin-7f77d9dcbc043d00d3ef2eacfb1237b32b1d6136.zip
write pinyin_set_full_pinyin_scheme
Diffstat (limited to 'src/storage')
-rw-r--r--src/storage/pinyin_parser2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 6faee17..b7d30ad 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -232,6 +232,7 @@ public:
/* Direct Parser for Pinyin table load. */
class PinyinDirectParser2 : public PhoneticParser2
{
+ /* Only support Hanyu Pinyin now. */
const pinyin_index_item_t * m_pinyin_index;
size_t m_pinyin_index_len;