diff --git a/Cartesian_kernel/include/CGAL/Cartesian/Circle_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Circle_3.h index 0d90de92a0e..56d861345c0 100644 --- a/Cartesian_kernel/include/CGAL/Cartesian/Circle_3.h +++ b/Cartesian_kernel/include/CGAL/Cartesian/Circle_3.h @@ -45,7 +45,7 @@ class CircleC3 { Rep () : first(), second() { } Rep (const Sphere_3& s, const Plane_3& p) : first(s), second(p) { } }; - + typedef typename R_::template Handle::type Base; Base base;