xo-ordinaltree: bugfix: Node: bad arg to _gc_assign_member

This commit is contained in:
Roland Conybeare 2025-12-05 18:36:29 -05:00
commit 39794ecc0f

View file

@ -392,7 +392,7 @@ namespace xo {
//this->child_v_[d] = new_x; //this->child_v_[d] = new_x;
if (new_x) { if (new_x) {
this->_gc_assign_member(&(new_x->parent_), this, assign_alloc); new_x->_gc_assign_member(&(new_x->parent_), this, assign_alloc);
//new_x->parent_ = this; //new_x->parent_ = this;
} }
} /*assign_child_reparent*/ } /*assign_child_reparent*/