Add iterator increment which I forgot in 96d8dfb356.

This commit is contained in:
Hermann Kraus 2012-02-28 02:05:44 +01:00
parent df4eae2f71
commit 9e397ae55e

View file

@ -264,6 +264,7 @@ text_placement_info_ptr shield_symbolizer_helper<FaceManagerT, DetectorT>::get_p
if (placement_->placements.empty())
{
//No placement for this point. Keep it in points_ for next try.
point_itr_++;
continue;
}
//Found a label placement but not necessarily also a marker placement
@ -300,7 +301,6 @@ text_placement_info_ptr shield_symbolizer_helper<FaceManagerT, DetectorT>::get_p
point_itr_++;
}
return text_placement_info_ptr();
}