diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h index dcc35575ab3..ce5fd789bb3 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/orientation.h @@ -1638,7 +1638,7 @@ void merge_reversible_connected_components(PolygonMesh& pm, */ template bool connected_components_compatible_orientations(PolygonMesh& pm, - const FaceBitMap& fbm, + FaceBitMap fbm, const NamedParameters& np = parameters::default_values()) { typedef boost::graph_traits GrT;