mirror of https://github.com/CGAL/cgal
Added missing Multiplicity typedef definition
This commit is contained in:
parent
ecb632a056
commit
7ad0ffa012
|
|
@ -42,6 +42,7 @@ public:
|
|||
|
||||
typedef typename Base_traits_2::X_monotone_curve_2 Base_x_monotone_curve_2;
|
||||
typedef typename Base_traits_2::Point_2 Base_point_2;
|
||||
typedef typename Base_traits_2::Multiplicity Multiplicity;
|
||||
|
||||
typedef typename Base_traits_2::Construct_min_vertex_2
|
||||
Base_construct_min_vertex_2;
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ public:
|
|||
|
||||
typedef typename Subcurve_traits_2::Point_2 Point_2;
|
||||
typedef typename Subcurve_traits_2::X_monotone_curve_2 X_monotone_subcurve_2;
|
||||
typedef typename Subcurve_traits_2::Multiplicity Multiplicity;
|
||||
|
||||
//@}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue