diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/spherical_insert.cpp b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/spherical_insert.cpp index 2685af6d678..783ef0a48f3 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/spherical_insert.cpp +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/spherical_insert.cpp @@ -11,7 +11,7 @@ #include "arr_print.h" typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel; -typedef CGAL::Arr_geodesic_arc_on_sphere_traits_2 Geom_traits; +typedef CGAL::Arr_geodesic_arc_on_sphere_traits_2 Geom_traits; typedef Geom_traits::Point_2 Point; typedef Geom_traits::Curve_2 Curve; typedef CGAL::Arr_spherical_topology_traits_2 Topol_traits;