From 7bb0a10027af0d4be5b1f07f1b14e3fe08454f0f Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Thu, 9 Jun 2022 14:27:47 +0200 Subject: [PATCH] fixed friend class declaration --- Point_set_3/include/CGAL/Point_set_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Point_set_3/include/CGAL/Point_set_3.h b/Point_set_3/include/CGAL/Point_set_3.h index fb6c992c267..9399302c053 100644 --- a/Point_set_3/include/CGAL/Point_set_3.h +++ b/Point_set_3/include/CGAL/Point_set_3.h @@ -52,7 +52,7 @@ namespace internal { typedef CGAL::Point_set_3 Point_set_3; private: - friend class Point_set_3; + friend class CGAL::Point_set_3; friend class Properties::Property_container; template friend class Properties::Property_array; template friend struct Property_map;