Skip to content

Commit d65ae44

Browse files
committed
undo accidental change
1 parent c449451 commit d65ae44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PMP_Remeshing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ bool triangulate_face(typename boost::graph_traits<PolygonMesh>::face_descriptor
445445
template <typename FaceRange,
446446
typename PolygonMesh,
447447
typename NamedParameters = parameters::Default_named_parameters>
448-
bool triangulate_faces(FaceRange face_range,
448+
bool triangulate_faces(const FaceRange& face_range,
449449
PolygonMesh& pmesh,
450450
const NamedParameters& np = parameters::default_values())
451451
{

0 commit comments

Comments
 (0)