Update AABB_tree/examples/AABB_tree/AABB_indexed_triangle_2_example.cpp

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Sven Oesau 2024-03-20 10:39:36 +01:00 committed by GitHub
parent c331dd398f
commit 7403de3983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ struct Projection_xy_point_map {
typedef typename GeomTraits::Point_3 key_type;
typedef typename GeomTraits::Point_2 value_type;
typedef const value_type& reference;
typedef value_type reference;
typedef boost::readable_property_map_tag category;
typedef Projection_xy_point_map<GeomTraits> Self;