| Index: services/prediction/dictionary_service.cc
|
| diff --git a/services/prediction/dictionary_service.cc b/services/prediction/dictionary_service.cc
|
| index e9fbc86cb233de013d423d88f8aaf06e7a8cbf6a..7332b973104842209ce2e588997fab5ea3f8f560 100644
|
| --- a/services/prediction/dictionary_service.cc
|
| +++ b/services/prediction/dictionary_service.cc
|
| @@ -44,7 +44,7 @@ void DictionaryService::CreatDictFromEmbeddedDataIfNotExist(
|
| dic_file.close();
|
| }
|
|
|
| -latinime::Dictionary* const DictionaryService::OpenDictionary(
|
| +latinime::Dictionary* DictionaryService::OpenDictionary(
|
| const std::string path,
|
| const int start_offset,
|
| const int size,
|
|
|