summaryrefslogtreecommitdiffstats
path: root/src/lookup/phrase_lookup.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-09-03 10:09:29 +0800
committerPeng Wu <alexepico@gmail.com>2012-09-03 10:09:29 +0800
commit4c940b80d41da810972ed7ebb7f6e7f5272df8a9 (patch)
tree39e00b3d568167fd090dc0d1ce377023cd1867e1 /src/lookup/phrase_lookup.h
parent5ee955b80e969b650a92e679f4923c1c8bec769d (diff)
downloadlibpinyin-4c940b80d41da810972ed7ebb7f6e7f5272df8a9.tar.gz
libpinyin-4c940b80d41da810972ed7ebb7f6e7f5272df8a9.tar.xz
libpinyin-4c940b80d41da810972ed7ebb7f6e7f5272df8a9.zip
update PhraseLookup
Diffstat (limited to 'src/lookup/phrase_lookup.h')
-rw-r--r--src/lookup/phrase_lookup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lookup/phrase_lookup.h b/src/lookup/phrase_lookup.h
index 99a3b31..c2537ef 100644
--- a/src/lookup/phrase_lookup.h
+++ b/src/lookup/phrase_lookup.h
@@ -50,7 +50,7 @@ private:
SingleGram m_merged_single_gram;
protected:
//saved varibles
- FacadePhraseTable * m_phrase_table;
+ FacadePhraseTable2 * m_phrase_table;
FacadePhraseIndex * m_phrase_index;
Bigram * m_system_bigram;
Bigram * m_user_bigram;
@@ -89,7 +89,7 @@ public:
* The constructor of the PhraseLookup.
*
*/
- PhraseLookup(FacadePhraseTable * phrase_table,
+ PhraseLookup(FacadePhraseTable2 * phrase_table,
FacadePhraseIndex * phrase_index,
Bigram * system_bigram,
Bigram * user_bigram);