fixed friend class declaration

This commit is contained in:
Sven Oesau 2022-06-09 14:27:47 +02:00
parent 56b21dde16
commit 7bb0a10027
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace internal {
typedef CGAL::Point_set_3<Point, Vector> Point_set_3; typedef CGAL::Point_set_3<Point, Vector> Point_set_3;
private: private:
friend class Point_set_3; friend class CGAL::Point_set_3<Point, Vector>;
friend class Properties::Property_container<Point_set_3, Point_set_3_index>; friend class Properties::Property_container<Point_set_3, Point_set_3_index>;
template <class> friend class Properties::Property_array; template <class> friend class Properties::Property_array;
template <class> friend struct Property_map; template <class> friend struct Property_map;