diff --git a/Kernel_d/include/CGAL/constructions_d.h b/Kernel_d/include/CGAL/constructions_d.h index c1f44d5c152..c6733619149 100644 --- a/Kernel_d/include/CGAL/constructions_d.h +++ b/Kernel_d/include/CGAL/constructions_d.h @@ -55,7 +55,7 @@ Point_d midpoint(const Point_d& p, const Point_d& q) template Point_d center_of_sphere(Forward_iterator start, Forward_iterator end) -{ typename R::Center_of_sphereHd center; +{ typename R::Center_of_sphere_d center; return center(start,end); } template typename R::FT