[search] Fixed a warning.

This commit is contained in:
Maxim Pimenov 2015-12-16 13:51:27 +03:00 committed by Sergey Yershov
parent 6e83f88f39
commit fab41db456

View file

@ -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: