mirror of https://github.com/CGAL/cgal
removed typename
This commit is contained in:
parent
d03cbd22c5
commit
c611b70101
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue