summaryrefslogtreecommitdiffstats
path: root/src/lookup/pinyin_lookup.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-03-31 11:09:21 +0800
committerPeng Wu <alexepico@gmail.com>2011-03-31 11:33:21 +0800
commit4ce3b364ccd464d270266bb3f7a723a8acf1b055 (patch)
treeb272bb1dc56e30f1269eb501cc73d662fce3d0d7 /src/lookup/pinyin_lookup.h
parent5c653c52b95686476f0e86ec1ae5cc658ae27a55 (diff)
downloadlibpinyin-4ce3b364ccd464d270266bb3f7a723a8acf1b055.tar.gz
libpinyin-4ce3b364ccd464d270266bb3f7a723a8acf1b055.tar.xz
libpinyin-4ce3b364ccd464d270266bb3f7a723a8acf1b055.zip
rename namespace from novel to pinyin
Diffstat (limited to 'src/lookup/pinyin_lookup.h')
-rw-r--r--src/lookup/pinyin_lookup.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lookup/pinyin_lookup.h b/src/lookup/pinyin_lookup.h
index c95d16d..1ff1f9f 100644
--- a/src/lookup/pinyin_lookup.h
+++ b/src/lookup/pinyin_lookup.h
@@ -85,10 +85,10 @@ protected:
CandidateConstraints m_constraints;
PinyinKeyVector m_keys;
- novel::PinyinLargeTable * m_pinyin_table;
- novel::FacadePhraseIndex * m_phrase_index;
- novel::PinyinCustomSettings * m_custom;
- novel::Bigram * m_bigram;
+ PinyinLargeTable * m_pinyin_table;
+ FacadePhraseIndex * m_phrase_index;
+ PinyinCustomSettings * m_custom;
+ Bigram * m_bigram;
//internal step data structure
GPtrArray * m_steps_index;