Fixes after merge.

This commit is contained in:
vng 2014-11-10 17:50:35 +03:00 committed by Alex Zolotarev
parent f7cf9faacf
commit b6ba3aa578

View file

@ -171,11 +171,6 @@ ApplyPointFeature::ApplyPointFeature(EngineContext & context, TileKey tileKey,
{
}
void ApplyPointFeature::operator()(CoordPointT const & point)
{
operator()(m2::PointF(point.first, point.second));
}
void ApplyPointFeature::operator()(m2::PointD const & point)
{
m_hasPoint = true;