mirror of https://github.com/CGAL/cgal
ops; fixed typo
This commit is contained in:
parent
65c797ab44
commit
ba19fbd67d
|
|
@ -57,7 +57,7 @@ public:
|
|||
*/
|
||||
void after_scan(Arrangement& arr) {
|
||||
using Traits = typename Arrangement::Geometry_traits_2;
|
||||
using X_monotone_curve_2 = typedef typename Traits::X_monotone_curve_2;
|
||||
using X_monotone_curve_2 = typename Traits::X_monotone_curve_2;
|
||||
|
||||
Traits tr;
|
||||
auto cmp_endpoints = tr.compare_endpoints_xy_2_object();
|
||||
|
|
|
|||
Loading…
Reference in New Issue