summaryrefslogtreecommitdiffstats
path: root/src/lookup/phrase_lookup.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-01-10 12:46:11 +0800
committerPeng Wu <alexepico@gmail.com>2012-01-10 12:46:11 +0800
commit742de0a367e511388ff197f6c21d586877698dda (patch)
tree5df5ee074654c61ae45f2cf4a66b40b25089f9a4 /src/lookup/phrase_lookup.h
parent18e2714d4c67d55d9c054f8087b297e7862b433f (diff)
downloadlibpinyin-742de0a367e511388ff197f6c21d586877698dda.tar.gz
libpinyin-742de0a367e511388ff197f6c21d586877698dda.tar.xz
libpinyin-742de0a367e511388ff197f6c21d586877698dda.zip
begin to use facade * table
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 a989648..dd1ddc8 100644
--- a/src/lookup/phrase_lookup.h
+++ b/src/lookup/phrase_lookup.h
@@ -39,7 +39,7 @@ private:
PhraseItem m_cache_phrase_item;
protected:
//saved varibles
- PhraseLargeTable * m_phrase_table;
+ FacadePhraseTable * m_phrase_table;
FacadePhraseIndex * m_phrase_index;
Bigram * m_system_bigram;
Bigram * m_user_bigram;
@@ -68,7 +68,7 @@ protected:
bool final_step(MatchResults & results);
public:
- PhraseLookup(PhraseLargeTable * phrase_table,
+ PhraseLookup(FacadePhraseTable * phrase_table,
FacadePhraseIndex * phrase_index,
Bigram * system_bigram,
Bigram * user_bigram);