diff options
Diffstat (limited to 'src/storage/phrase_large_table3.cpp')
| -rw-r--r-- | src/storage/phrase_large_table3.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/storage/phrase_large_table3.cpp b/src/storage/phrase_large_table3.cpp index a007bf9..f03db32 100644 --- a/src/storage/phrase_large_table3.cpp +++ b/src/storage/phrase_large_table3.cpp @@ -47,11 +47,11 @@ protected: public: /* search method */ - int search(/* in */ const ucs4_t phrase[], /* out */ PhraseTokens tokens) const; + int search(/* out */ PhraseTokens tokens) const; /* add_index/remove_index method */ - int add_index(/* in */ const ucs4_t phrase[], /* in */ phrase_token_t token); - int remove_index(/* in */ const ucs4_t phrase[], /* in */ phrase_token_t token); + int add_index(/* in */ phrase_token_t token); + int remove_index(/* in */ phrase_token_t token); /* get length method */ int get_length() const; |
