struct -> class

This commit is contained in:
Andreas Fabri 2008-10-14 07:47:16 +00:00
parent af1f701621
commit 7ac64b6647
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class Voronoi_diagram_2
typedef Voronoi_diagram_2<DG,AT,AP> Self;
typedef Triangulation_cw_ccw_2 CW_CCW_2;
friend struct CGAL_VORONOI_DIAGRAM_2_INS::Accessor<Self>;
friend class CGAL_VORONOI_DIAGRAM_2_INS::Accessor<Self>;
public:
//-------
// TYPES