diff --git a/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h b/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h index c530078da4d..000f47d475e 100644 --- a/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h +++ b/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h @@ -1082,7 +1082,7 @@ remove_small_edges() Tmc_Vertex_handle vh, vh_collapse_to; Tmc_Finite_vertices_iterator vit = _tmc.finite_vertices_begin(); int nCollapsed=0; - while (vit != _tmc.finite_vertices_end()) { + while (Tmc_Finite_vertices_iterator vit != _tmc.finite_vertices_end()) { vh = vit; vit++; if (is_collapsible(vh, vh_collapse_to,sq_length)) {