diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h b/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h index b9cec5cfd49..15449cca197 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h @@ -1411,7 +1411,7 @@ _Bezier_x_monotone_2::merge CGAL_precondition (_curve.is_same (cv._curve)); CGAL_precondition (_xid == cv._xid); - Self res = cv; + Self res = *this; if (right().is_same (cv.left())) {