fix typedef

This commit is contained in:
Sébastien Loriot 2024-04-23 17:09:03 +02:00
parent a1f48774ec
commit 91921020e1
1 changed files with 1 additions and 1 deletions

View File

@ -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;