diff --git a/Convex_hull_3/include/CGAL/Convex_hull_traits_3.h b/Convex_hull_3/include/CGAL/Convex_hull_traits_3.h index e916559a651..a63155697c3 100644 --- a/Convex_hull_3/include/CGAL/Convex_hull_traits_3.h +++ b/Convex_hull_3/include/CGAL/Convex_hull_traits_3.h @@ -199,7 +199,7 @@ class Convex_hull_traits_3 : typedef Point_triple Plane_3; typedef typename R::Vector_3 Vector_3; - typedef typename Default::Get >::type Polyhedron_3; + typedef typename Default::Get >::type Polyhedron_3; typedef typename R::Construct_segment_3 Construct_segment_3; typedef typename R::Construct_ray_3 Construct_ray_3;