diff --git a/search/result.hpp b/search/result.hpp index aeb5a9b17c..12c8923a60 100644 --- a/search/result.hpp +++ b/search/result.hpp @@ -46,7 +46,7 @@ public: /// For RESULT_FEATURE. Result(FeatureID const & id, m2::PointD const & pt, string const & str, string const & address, - string const & type, uint32_t featureType, Metadata const & meta = {}); + string const & type, uint32_t featureType, Metadata const & meta); /// For RESULT_LATLON. Result(m2::PointD const & pt, string const & latlon, string const & address);