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;