| Index: chrome/tools/convert_dict/dic_reader.h
|
| diff --git a/chrome/tools/convert_dict/dic_reader.h b/chrome/tools/convert_dict/dic_reader.h
|
| index 22b20a8f2725f1cc3e41ee197d51c8b334dc4cfa..190de94f5e3b761cd048632989224c573275d1c8 100644
|
| --- a/chrome/tools/convert_dict/dic_reader.h
|
| +++ b/chrome/tools/convert_dict/dic_reader.h
|
| @@ -23,7 +23,7 @@ class DicReader {
|
| typedef std::pair<std::string, std::vector<int> > WordEntry;
|
| typedef std::vector<WordEntry> WordList;
|
|
|
| - DicReader(const std::string& filename);
|
| + explicit explicit DicReader(const std::string& filename);
|
| ~DicReader();
|
|
|
| // Non-numeric affixes will be added to the given AffReader and converted into
|
|
|