fix compilation on gcc

This commit is contained in:
Sven Oesau 2022-06-24 17:09:43 +02:00
parent 8a53d4c3be
commit ec26d6b8a9
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ private:
const CGAL::Identity_property_map<Plane_3> plane_identity_map;
CGAL::internal::Dynamic_property_map<Point_set::Index, std::size_t> plane_index_map;
for (auto& it = points->begin(); it != points->end(); it++)
for (Point_set::const_iterator it = points->begin(); it != points->end(); it++)
put(plane_index_map, *it, get(region_growing.region_map(), it));
if (dialog.regularize()) {