summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_large_table.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-08-23 14:08:53 +0800
committerPeng Wu <alexepico@gmail.com>2010-08-23 14:08:53 +0800
commit29fd54b78973059b8df54f6607c1c9722b2d6c72 (patch)
treefb479d8169aaf087d7d58ce225618e78a34d875a /src/storage/pinyin_large_table.h
parent241aedc1bcd468389851ad3aaa748463c73a8a5a (diff)
downloadlibpinyin-29fd54b78973059b8df54f6607c1c9722b2d6c72.tar.gz
libpinyin-29fd54b78973059b8df54f6607c1c9722b2d6c72.tar.xz
libpinyin-29fd54b78973059b8df54f6607c1c9722b2d6c72.zip
fixes a typo.
Diffstat (limited to 'src/storage/pinyin_large_table.h')
-rwxr-xr-xsrc/storage/pinyin_large_table.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/storage/pinyin_large_table.h b/src/storage/pinyin_large_table.h
index f119ac2..b1e5386 100755
--- a/src/storage/pinyin_large_table.h
+++ b/src/storage/pinyin_large_table.h
@@ -53,7 +53,7 @@ public:
}
bool load(MemoryChunk * chunk, table_offset_t offset, table_offset_t end);
- bool store(MemoryChunk * new_chunk, table_offset_t offset, table_offset_t &end);
+ bool store(MemoryChunk * new_chunk, table_offset_t offset, table_offset_t & end);
/*bool load_text(FILE * file);*/
/*bool save_text(FILE * file);*/
@@ -72,7 +72,7 @@ public:
PinyinLengthIndexLevel();
~PinyinLengthIndexLevel();
bool load(MemoryChunk * chunk, table_offset_t offset, table_offset_t end);
- bool store(MemoryChunk * new_chunk, table_offset_t offset, table_offset_t& end);
+ bool store(MemoryChunk * new_chunk, table_offset_t offset, table_offset_t & end);
/*search/add_index method */
int search( int phrase_length, /* in */ PinyinCustomSettings * custom,
@@ -93,7 +93,7 @@ protected:
PhraseIndexRanges ranges);
public:
bool load(MemoryChunk * chunk, table_offset_t offset, table_offset_t end);
- bool store(MemoryChunk * new_chunk, table_offset_t offset, table_offset_t& end);
+ bool store(MemoryChunk * new_chunk, table_offset_t offset, table_offset_t & end);
/*search/add_index method */
int search(/* in */ PinyinCustomSettings * custom,