Codestyle fixes

This commit is contained in:
Roman Sorokin 2014-07-13 22:33:11 +02:00 committed by Alex Zolotarev
parent 3d9229d348
commit a82dbb9dc5

View file

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