diff --git a/AABB_tree/include/CGAL/AABB_tree/internal/AABB_statically_filtered_traits_3.h b/AABB_tree/include/CGAL/AABB_tree/internal/AABB_statically_filtered_traits_3.h index 649d4f92337..78fd89aefed 100644 --- a/AABB_tree/include/CGAL/AABB_tree/internal/AABB_statically_filtered_traits_3.h +++ b/AABB_tree/include/CGAL/AABB_tree/internal/AABB_statically_filtered_traits_3.h @@ -38,8 +38,8 @@ public: CGAL_BRANCH_PROFILER_3(std::string("semi-static failures/attempts/calls to : ") + std::string(CGAL_PRETTY_FUNCTION), tmp); - internal::Static_filters_predicates::Get_approx get_approx; // Identity functor for all points - const Point_3& c = s.center(); + internal::Static_filters_predicates::Get_approx get_approx; // Identity functor for all points + const Point& c = s.center(); double scx, scy, scz, ssr; double bxmin = b.xmin(), bymin = b.ymin(), bzmin = b.zmin(),