diff --git a/Cartesian_kernel/include/CGAL/Cartesian_converter.h b/Cartesian_kernel/include/CGAL/Cartesian_converter.h index c3a9f6dc7b7..bfaf9792019 100644 --- a/Cartesian_kernel/include/CGAL/Cartesian_converter.h +++ b/Cartesian_kernel/include/CGAL/Cartesian_converter.h @@ -176,7 +176,7 @@ public: typedef typename K2::Circle_2 Circle_2; return Circle_2(operator()(a.center()), c(a.squared_radius()), - a.orientation()); + a.rep().orientation()); } typename K2::Triangle_2 @@ -244,7 +244,7 @@ public: typedef typename K2::Sphere_3 Sphere_3; return Sphere_3(operator()(a.center()), c(a.squared_radius()), - a.orientation()); + a.reo().orientation()); } typename K2::Circle_3