mirror of https://github.com/CGAL/cgal
add missing assignment
This commit is contained in:
parent
1c6fdbd13d
commit
83d0f632e7
|
|
@ -263,7 +263,7 @@ public:
|
|||
m_side_per_depth.push_back(size);
|
||||
|
||||
if constexpr (has_data)
|
||||
m_traits.construct_root_node_contents_object()();
|
||||
data(root()) = m_traits.construct_root_node_contents_object()();
|
||||
}
|
||||
|
||||
/// @}
|
||||
|
|
|
|||
Loading…
Reference in New Issue