summaryrefslogtreecommitdiffstats
path: root/src/lookup/phrase_lookup.h
diff options
context:
space:
mode:
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 a0f0ac2..e1f3ef5 100644
--- a/src/lookup/phrase_lookup.h
+++ b/src/lookup/phrase_lookup.h
@@ -54,7 +54,7 @@ protected:
/* Saved sentence */
int m_sentence_length;
- utf16_t * m_sentence;
+ ucs4_t * m_sentence;
protected:
/* Explicitly search the next phrase,
@@ -78,7 +78,7 @@ public:
~PhraseLookup();
/* Note: this method only accepts the characters in phrase large table. */
- bool get_best_match(int sentence_length, utf16_t sentence[], MatchResults & results);
+ bool get_best_match(int sentence_length, ucs4_t sentence[], MatchResults & results);
/* Note: free the phrase by g_free */
bool convert_to_utf8(MatchResults results,