From 7a233375b23c36a65daaa8cf2c2c65a30b5e18f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 11 Oct 2019 08:07:21 +0200 Subject: [PATCH] add missing const if non-const was provided, the same map should have been provided to the tree --- Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h index 6b013766433..136d8cb3813 100644 --- a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h +++ b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h @@ -215,7 +215,7 @@ public: struct Primitive_type { //setting OneFaceGraphPerTree to false transforms the id type into //std::pair. - typedef AABB_face_graph_triangle_primitive::type, CGAL::Tag_false> type; + typedef AABB_face_graph_triangle_primitive::const_type, CGAL::Tag_false> type; static typename IGT_::Triangle_3 datum(const typename type::Id primitive_id) {