diff --git a/drape_frontend/apply_feature_functors.cpp b/drape_frontend/apply_feature_functors.cpp index 799c15c602..6c646369ed 100644 --- a/drape_frontend/apply_feature_functors.cpp +++ b/drape_frontend/apply_feature_functors.cpp @@ -181,7 +181,7 @@ ApplyLineFeature::ApplyLineFeature(EngineContext & context, TileKey tileKey, Fea void ApplyLineFeature::operator ()(CoordPointT const & point) { - m2::PointF inputPt(point.first, point.second); + m2::PointF const inputPt(point.first, point.second); /// TODO remove this check when fix generator. /// Now we have line objects with zero length segments