From 68b64b0c5674235d287f8dcd13002ba0af0d98fe Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 7 May 2025 14:29:04 +0100 Subject: [PATCH] BGL: Fix Issue 8877 --- BGL/doc/BGL/Concepts/HalfedgeGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/doc/BGL/Concepts/HalfedgeGraph.h b/BGL/doc/BGL/Concepts/HalfedgeGraph.h index 8a31a1a787a..095ef69ec0a 100644 --- a/BGL/doc/BGL/Concepts/HalfedgeGraph.h +++ b/BGL/doc/BGL/Concepts/HalfedgeGraph.h @@ -60,7 +60,7 @@ returns one of the halfedges corresponding to `e`. */ template boost::graph_traits::halfedge_descriptor -halfedge(boost::graph_traits::edge_descriptor f, const HalfedgeGraph& g); +halfedge(boost::graph_traits::edge_descriptor e, const HalfedgeGraph& g); /*! \relates HalfedgeGraph returns a halfedge with target `v`.