Fix after PR #4836

This commit is contained in:
Laurent Rineau 2020-07-08 12:54:36 +02:00
parent 0911586ae3
commit f24f9b2c03
1 changed files with 1 additions and 2 deletions

View File

@ -135,7 +135,7 @@ public:
/*! /*!
Id type: Id type:
- `boost::graph_traits<HalfedgeGraph>::%edge_descriptor` if `OneHalfedgeGraphPerTree` is `Tag_true` - `boost::graph_traits<HalfedgeGraph>::%edge_descriptor` if `OneHalfedgeGraphPerTree` is `Tag_true`
- `std::pair<boost::graph_traits<HalfedgeGraph>::edge_descriptor, const HalfedgeGraph*>` if `OneHalfedgeGraphPerTree` is `Tag_false` - `std::pair<boost::graph_traits<HalfedgeGraph>::%edge_descriptor, const HalfedgeGraph*>` if `OneHalfedgeGraphPerTree` is `Tag_false`
*/ */
unspecified_type Id; unspecified_type Id;
/// @} /// @}
@ -211,4 +211,3 @@ public:
#include <CGAL/enable_warnings.h> #include <CGAL/enable_warnings.h>
#endif // CGAL_AABB_HALFEDGE_GRAPH_SEGMENT_PRIMITIVE_H #endif // CGAL_AABB_HALFEDGE_GRAPH_SEGMENT_PRIMITIVE_H