summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table3.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-01-25 14:08:00 +0800
committerPeng Wu <alexepico@gmail.com>2016-01-25 14:09:13 +0800
commitcbc65ce11de0b735aeba598357a5b25ad026de6e (patch)
treec1c5b66c5b2f02567026a95948945d60126b2ccf /src/storage/phrase_large_table3.h
parentaaf6de3afa7f1289c1d5a6adb115bfe5ad232c93 (diff)
downloadlibpinyin-cbc65ce11de0b735aeba598357a5b25ad026de6e.tar.gz
libpinyin-cbc65ce11de0b735aeba598357a5b25ad026de6e.tar.xz
libpinyin-cbc65ce11de0b735aeba598357a5b25ad026de6e.zip
write PhraseTableEntry::search method
Diffstat (limited to 'src/storage/phrase_large_table3.h')
-rw-r--r--src/storage/phrase_large_table3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/phrase_large_table3.h b/src/storage/phrase_large_table3.h
index 2a7d3fb..6481006 100644
--- a/src/storage/phrase_large_table3.h
+++ b/src/storage/phrase_large_table3.h
@@ -83,7 +83,7 @@ private:
}
protected:
- table_entry_header_t get_header();
+ table_entry_header_t get_header() const;
void set_header(table_entry_header_t header);