Codebase list mozc / 9afa6e4
Fix missing 'override' keywrod BUG= TEST= REF_BUG= REF_CL=128040458 REF_TIME=2016-07-21T18:35:37+09:00 REF_TIME_RAW=1469093737 +0900 Hiroyuki Komatsu 7 years ago
2 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 MAJOR=2
11 MINOR=18
2 BUILD=2580
2 BUILD=2581
33 REVISION=102
44 # CAUTION: NACL_DICTIONARY_VERSION is going to be migrated to ENGINE_VERSION.
55 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
4343 bool Reload() override { return true; }
4444 UserDataManagerInterface *GetUserDataManager() override { return nullptr; }
4545 StringPiece GetDataVersion() const override { return StringPiece(); }
46 const DataManagerInterface *GetDataManager() const { return nullptr; }
46 const DataManagerInterface *GetDataManager() const override {
47 return nullptr;
48 }
4749 };
4850
4951 } // namespace mozc