xo-ordinaltree: bugfix: Node: bad arg to _gc_assign_member
This commit is contained in:
parent
3c27dfbf59
commit
39794ecc0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue