mirror of https://github.com/CGAL/cgal
bugfix: OneHalfedgeGraphPerTree was not correctly forwarded
This commit is contained in:
parent
88f265be1c
commit
29a64aca9c
|
|
@ -84,7 +84,7 @@ class AABB_halfedge_graph_segment_primitive
|
||||||
typedef AABB_primitive< Id_,
|
typedef AABB_primitive< Id_,
|
||||||
Segment_property_map,
|
Segment_property_map,
|
||||||
Point_property_map,
|
Point_property_map,
|
||||||
Tag_true,
|
OneHalfedgeGraphPerTree,
|
||||||
CacheDatum > Base;
|
CacheDatum > Base;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue