mirror of https://github.com/CGAL/cgal
fix typedef
This commit is contained in:
parent
a1f48774ec
commit
91921020e1
|
|
@ -38,7 +38,7 @@ public:
|
||||||
typedef typename Kernel::Line_2 Line_2;
|
typedef typename Kernel::Line_2 Line_2;
|
||||||
typedef typename Kernel::Segment_2 Segment_2;
|
typedef typename Kernel::Segment_2 Segment_2;
|
||||||
|
|
||||||
typedef Support_line<Kernel> Support_line_DS;
|
typedef Support_line_2<Kernel> Support_line_DS;
|
||||||
|
|
||||||
typedef CGAL::KSP_2::internal::Vertex<FT> Vertex;
|
typedef CGAL::KSP_2::internal::Vertex<FT> Vertex;
|
||||||
typedef CGAL::KSP_2::internal::Segment Segment;
|
typedef CGAL::KSP_2::internal::Segment Segment;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue