forked from organicmaps/organicmaps
Codestyle fixes
This commit is contained in:
parent
3d9229d348
commit
a82dbb9dc5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue