diff --git a/routing/base/followed_polyline.hpp b/routing/base/followed_polyline.hpp index 844bb0759b..13057017a0 100644 --- a/routing/base/followed_polyline.hpp +++ b/routing/base/followed_polyline.hpp @@ -135,7 +135,7 @@ public: } UpdatedProjection GetClosestMatchedProjectionInInterval(m2::RectD const & posRect, - size_t startIdx, size_t endIdx) const; + size_t startIdx, size_t endIdx) const; private: /// \returns iterator to the best projection of center of |posRect| to the |m_poly|.