mirror of https://github.com/CGAL/cgal
Fix compilation error.
This commit is contained in:
parent
fde6e4f260
commit
6575fdb2e8
|
|
@ -49,7 +49,7 @@ public:
|
|||
typedef typename GeomTraits::Point_3 Projection;
|
||||
// TOFIX: Workaround for weighted_point
|
||||
#ifndef AABB_KERNEL_USE_WEIGHTED_POINT
|
||||
typedef typename GeomTraits::Point Intersection;
|
||||
typedef typename GeomTraits::Point_3 Intersection;
|
||||
#else
|
||||
typedef typename GeomTraits::Point_3::Point Intersection;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue