class -> struct

This commit is contained in:
Andreas Fabri 2013-03-04 14:28:29 +01:00
parent 6eded94b13
commit b3b1aee424
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ protected:
VisitorT v_; VisitorT v_;
}; };
friend class Delaunay_visitor; friend struct Delaunay_visitor;
typedef typename Delaunay::Facet Facet; typedef typename Delaunay::Facet Facet;
typedef typename Delaunay::Edge Edge; typedef typename Delaunay::Edge Edge;