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;