From d788500386a08dcc6e629d40e5c027cb339d0908 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Wed, 27 Mar 2024 14:44:56 +0100 Subject: [PATCH] doc fix --- AABB_tree/include/CGAL/AABB_traits_3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AABB_tree/include/CGAL/AABB_traits_3.h b/AABB_tree/include/CGAL/AABB_traits_3.h index d7e0b0d17af..52757a35847 100644 --- a/AABB_tree/include/CGAL/AABB_traits_3.h +++ b/AABB_tree/include/CGAL/AABB_traits_3.h @@ -204,6 +204,7 @@ public: /// Point type typedef typename GeomTraits::Point_3 Point; // because the AABB_tree is dimension agnostic + /// Deprecated point type typedef typename GeomTraits::Point_3 Point_3; // kept for backward compatibility /// additional types for the search tree, required by the RangeSearchTraits concept