bugfix: OneHalfedgeGraphPerTree was not correctly forwarded

This commit is contained in:
Sébastien Loriot 2013-07-29 10:18:02 +02:00
parent 88f265be1c
commit 29a64aca9c
1 changed files with 1 additions and 1 deletions

View File

@ -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: