diff --git a/AABB_tree/include/CGAL/AABB_traits.h b/AABB_tree/include/CGAL/AABB_traits.h index d5e0491feb6..2e7dcba91fb 100644 --- a/AABB_tree/include/CGAL/AABB_traits.h +++ b/AABB_tree/include/CGAL/AABB_traits.h @@ -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