This commit is contained in:
Efi Fogel 2003-01-23 14:49:30 +00:00
parent b9df891e47
commit 53415657dc
1 changed files with 1 additions and 1 deletions

View File

@ -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;