Crash on right click

This commit is contained in:
ExMix 2013-04-26 22:56:36 +03:00 committed by Alex Zolotarev
parent 12db9718fb
commit 753b0bf203

View file

@ -1477,7 +1477,7 @@ graphics::OverlayElement const * GetClosestToPivot(list<graphics::OverlayElement
m2::PointD const & pxPoint)
{
double dist = numeric_limits<double>::max();
graphics::OverlayElement const * res;
graphics::OverlayElement const * res = NULL;
for (list<graphics::OverlayElement const *>::const_iterator it = l.begin();
it != l.end();