mirror of https://github.com/CGAL/cgal
class -> struct
This commit is contained in:
parent
6eded94b13
commit
b3b1aee424
|
|
@ -360,7 +360,7 @@ protected:
|
|||
VisitorT v_;
|
||||
};
|
||||
|
||||
friend class Delaunay_visitor;
|
||||
friend struct Delaunay_visitor;
|
||||
|
||||
typedef typename Delaunay::Facet Facet;
|
||||
typedef typename Delaunay::Edge Edge;
|
||||
|
|
|
|||
Loading…
Reference in New Issue