forked from organicmaps/organicmaps-tmp
[search] Fixed a warning.
This commit is contained in:
parent
6e83f88f39
commit
fab41db456
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public:
|
|||
|
||||
// TestFeature overrides:
|
||||
void Serialize(FeatureBuilder1 & fb) const override;
|
||||
bool Matches(FeatureType const & feature) const;
|
||||
bool Matches(FeatureType const & feature) const override;
|
||||
string ToString() const override;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Reference in a new issue