From f24f9b2c03fc2a08c6e3206a8fffbcc5ed84e520 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 8 Jul 2020 12:54:36 +0200 Subject: [PATCH] Fix after PR #4836 --- AABB_tree/include/CGAL/AABB_halfedge_graph_segment_primitive.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AABB_tree/include/CGAL/AABB_halfedge_graph_segment_primitive.h b/AABB_tree/include/CGAL/AABB_halfedge_graph_segment_primitive.h index 375a6de9ed8..6d1e9c6e538 100644 --- a/AABB_tree/include/CGAL/AABB_halfedge_graph_segment_primitive.h +++ b/AABB_tree/include/CGAL/AABB_halfedge_graph_segment_primitive.h @@ -135,7 +135,7 @@ public: /*! Id type: - `boost::graph_traits::%edge_descriptor` if `OneHalfedgeGraphPerTree` is `Tag_true` - - `std::pair::edge_descriptor, const HalfedgeGraph*>` if `OneHalfedgeGraphPerTree` is `Tag_false` + - `std::pair::%edge_descriptor, const HalfedgeGraph*>` if `OneHalfedgeGraphPerTree` is `Tag_false` */ unspecified_type Id; /// @} @@ -211,4 +211,3 @@ public: #include #endif // CGAL_AABB_HALFEDGE_GRAPH_SEGMENT_PRIMITIVE_H -