removed typename

This commit is contained in:
Sven Oesau 2025-10-21 17:48:35 +02:00
parent d03cbd22c5
commit c611b70101
1 changed files with 1 additions and 1 deletions

View File

@ -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;