ops; fixed typo

This commit is contained in:
Efi Fogel 2025-09-10 18:46:26 +03:00
parent 65c797ab44
commit ba19fbd67d
1 changed files with 1 additions and 1 deletions

View File

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