Cleaned up

This commit is contained in:
Efi Fogel 2025-08-26 22:33:24 +03:00
parent 375681748d
commit 1c45ed834c
1 changed files with 3 additions and 2 deletions

View File

@ -193,8 +193,9 @@ public:
// Create the subcurve object.
using Subcurve_alloc = decltype(this->m_subCurveAlloc);
std::allocator_traits<Subcurve_alloc>::construct(this->m_subCurveAlloc, this->m_subCurves + index,
this->m_masterSubcurve);
std::allocator_traits<Subcurve_alloc>::construct(this->m_subCurveAlloc,
this->m_subCurves + index,
this->m_masterSubcurve);
(this->m_subCurves + index)->init(*iter);
(this->m_subCurves + index)->set_left_event(e_left);
(this->m_subCurves + index)->set_right_event(e_right);