diff --git a/Triangulation/include/CGAL/Triangulation.h b/Triangulation/include/CGAL/Triangulation.h index 28af71282d4..3f661528531 100644 --- a/Triangulation/include/CGAL/Triangulation.h +++ b/Triangulation/include/CGAL/Triangulation.h @@ -1404,7 +1404,7 @@ operator<<(std::ostream & os, const Triangulation & tr) size_t i(0); // write the vertices - std::map index_of_vertex; + std::map index_of_vertex; // infinite vertex has index 0 (among all the vertices) index_of_vertex[tr.infinite_vertex()] = i++;