Codebase list mozc / 6d2bca7
Reduce warnings by adding the 'override' keyword BUG= TEST= REF_BUG= REF_CL=123715781 REF_TIME=2016-06-01T13:46:53+09:00 REF_TIME_RAW=1464756413 +0900 Hiroyuki Komatsu 7 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 MAJOR=2
11 MINOR=18
2 BUILD=2570
2 BUILD=2571
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
8484 bool Load(const user_dictionary::UserDictionaryStorage &storage);
8585
8686 // Reloads dictionary asynchronously
87 bool Reload();
87 bool Reload() override;
8888
8989 // Waits until reloader finishes
9090 void WaitForReloader();
5252 // is automatically placed at the top.
5353 bool Focus(Segments *segments,
5454 size_t segment_index,
55 int candidate_index) const;
55 int candidate_index) const override;
5656
5757 bool Rewrite(const ConversionRequest &request,
5858 Segments *segments) const override {