diff --git a/Polyhedron/demo/Polyhedron/include/CGAL/IO/read_surf_trianglemesh.h b/Polyhedron/demo/Polyhedron/include/CGAL/IO/read_surf_trianglemesh.h index 9c4c9041b0d..121608f1906 100644 --- a/Polyhedron/demo/Polyhedron/include/CGAL/IO/read_surf_trianglemesh.h +++ b/Polyhedron/demo/Polyhedron/include/CGAL/IO/read_surf_trianglemesh.h @@ -286,7 +286,7 @@ bool read_surf(std::istream& input, std::vector& output, Mesh& mesh = output[i]; - PMP::internal::Polygon_soup_to_polygon_mesh + PMP::internal::Polygon_soup_to_polygon_mesh, std::vector> converter(points, polygons); converter(mesh, false/*insert_isolated_vertices*/);