diff --git a/Packages/Sweep_line_2/include/CGAL/Sweep_line_2/Point_plus_handle.h b/Packages/Sweep_line_2/include/CGAL/Sweep_line_2/Point_plus_handle.h index 9f5d7a7e27e..be5981dff76 100644 --- a/Packages/Sweep_line_2/include/CGAL/Sweep_line_2/Point_plus_handle.h +++ b/Packages/Sweep_line_2/include/CGAL/Sweep_line_2/Point_plus_handle.h @@ -51,7 +51,7 @@ class Point_plus_handle; // point location query. This class holds the representation, and the next // will hold the Handle to Point_plus. template -class Point_plus_rep /*: public Ref_counted*/ { +class Point_plus_rep { public: typedef traits Traits; typedef typename Traits::Point Point;