From 16350e84a444815ab4bf33d478b57414e0618c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 19 Nov 2019 17:12:44 +0100 Subject: [PATCH] Fix bad typedef --- .../include/CGAL/Box_intersection_d/Box_with_info_d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Box_intersection_d/include/CGAL/Box_intersection_d/Box_with_info_d.h b/Box_intersection_d/include/CGAL/Box_intersection_d/Box_with_info_d.h index 990f3dd5fbb..eeccd7f9819 100644 --- a/Box_intersection_d/include/CGAL/Box_intersection_d/Box_with_info_d.h +++ b/Box_intersection_d/include/CGAL/Box_intersection_d/Box_with_info_d.h @@ -29,7 +29,7 @@ class Box_with_info_d protected: Info_ m_info; public: - typedef Box_d< NT_, N, ID_EXPLICIT> Base; + typedef Box_d< NT_, N, IdPolicy> Base; typedef NT_ NT; typedef Info_ Info;