mirror of https://github.com/CGAL/cgal
shortening a line
This commit is contained in:
parent
82d623cb9b
commit
f824db7d21
|
|
@ -100,7 +100,8 @@ class Partition_vertex;
|
|||
// Traits::Leftturn_2
|
||||
// Traits::Orientation_2
|
||||
template <class Traits_>
|
||||
class Partitioned_polygon_2 : public CGALi::vector<Partition_vertex< Traits_ > >
|
||||
class Partitioned_polygon_2 :
|
||||
public CGALi::vector< Partition_vertex< Traits_ > >
|
||||
{
|
||||
public:
|
||||
typedef Traits_ Traits;
|
||||
|
|
|
|||
Loading…
Reference in New Issue