forked from organicmaps/organicmaps
[generator] Fix of fix warn.
This commit is contained in:
parent
f031f93d93
commit
e66eda16bb
2 changed files with 2 additions and 2 deletions
|
@ -67,6 +67,6 @@ protected:
|
|||
|
||||
private:
|
||||
// Fix warning 'hides overloaded virtual function'.
|
||||
void MergeInto(TranslatorCountry & other) const override { TranslatorInterface::MergeInto(other); }
|
||||
using TranslatorCountry::MergeInto;
|
||||
};
|
||||
} // namespace generator
|
||||
|
|
|
@ -65,6 +65,6 @@ protected:
|
|||
|
||||
private:
|
||||
// Fix warning 'hides overloaded virtual function'.
|
||||
void MergeInto(TranslatorWorld & other) const override { TranslatorInterface::MergeInto(other); }
|
||||
using TranslatorWorld::MergeInto;
|
||||
};
|
||||
} // namespace generator
|
||||
|
|
Loading…
Add table
Reference in a new issue