diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/refine_with_plane.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/refine_with_plane.h index c061d2e11a4..0ff163b8eb2 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/refine_with_plane.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/refine_with_plane.h @@ -49,7 +49,7 @@ struct Default_cut_visitor void before_edge_split(halfedge_descriptor, PolygonMesh&) {} void edge_split(halfedge_descriptor, PolygonMesh&) {} void after_edge_split(){} - void add_retriangulation_edge(halfedge_descriptor h, const PolygonMesh& pm){} + void add_retriangulation_edge(halfedge_descriptor, const PolygonMesh&){} /// @} /// @name Functions used when a new vertex is created