mirror of https://github.com/CGAL/cgal
SDG vertex base must define a Point type to satisfy TriangulationVertexBase_2
This commit is contained in:
parent
80278a7438
commit
048dc6323f
|
|
@ -50,6 +50,7 @@ public:
|
|||
//------
|
||||
typedef STraits Storage_traits;
|
||||
typedef typename Storage_traits::Geom_traits Geom_traits;
|
||||
typedef typename Geom_traits::Point_2 Point;
|
||||
typedef typename Geom_traits::Site_2 Site_2;
|
||||
typedef typename Storage_traits::Storage_site_2 Storage_site_2;
|
||||
typedef D_S Data_structure;
|
||||
|
|
|
|||
Loading…
Reference in New Issue