Fix compilation error.

This commit is contained in:
Stéphane Tayeb 2009-04-30 14:06:46 +00:00
parent fde6e4f260
commit 6575fdb2e8
1 changed files with 1 additions and 1 deletions

View File

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