From c611b70101360a1e7cc4e73304a884dff4b6d433 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Tue, 21 Oct 2025 17:48:35 +0200 Subject: [PATCH] removed typename --- AABB_tree/include/CGAL/AABB_traits_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AABB_tree/include/CGAL/AABB_traits_3.h b/AABB_tree/include/CGAL/AABB_traits_3.h index 86a0fe64b29..884c663f35b 100644 --- a/AABB_tree/include/CGAL/AABB_traits_3.h +++ b/AABB_tree/include/CGAL/AABB_traits_3.h @@ -428,7 +428,7 @@ public: } CGAL::Comparison_result do_intersect_sphere_iso_cuboid_3(const typename GeomTraits::Sphere_3& sphere, - const typename Bounding_box& box) const + const Bounding_box& box) const { typedef typename GeomTraits::FT FT; typedef typename GeomTraits::Point_3 Point;