libarea: fixed linux build
This commit is contained in:
parent
64fc4b5d35
commit
41c7827287
|
@ -75,7 +75,7 @@ Point CArea::NearestPoint(const Point& p)const
|
|||
|
||||
void CArea::ChangeStartToNearest(const Point *point, double min_dist) {
|
||||
|
||||
for(std::list<CCurve>::const_iterator It=m_curves.begin(),ItNext=It;
|
||||
for(std::list<CCurve>::iterator It=m_curves.begin(),ItNext=It;
|
||||
It != m_curves.end(); It=ItNext)
|
||||
{
|
||||
++ItNext;
|
||||
|
|
Loading…
Reference in New Issue
Block a user