mirror of https://github.com/CGAL/cgal
cleanup
This commit is contained in:
parent
b9df891e47
commit
53415657dc
|
|
@ -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 traits, class vertexHandle>
|
||||
class Point_plus_rep /*: public Ref_counted*/ {
|
||||
class Point_plus_rep {
|
||||
public:
|
||||
typedef traits Traits;
|
||||
typedef typename Traits::Point Point;
|
||||
|
|
|
|||
Loading…
Reference in New Issue