xo-alloc: IAlloc* i/face sufficient for Object._forward_children
This commit is contained in:
parent
e10380a792
commit
66235079a8
5 changed files with 8 additions and 8 deletions
|
|
@ -24,7 +24,7 @@ namespace xo {
|
|||
Object::mm = nullptr;
|
||||
|
||||
Object *
|
||||
Object::_forward(Object * src, gc::GC * gc)
|
||||
Object::_forward(Object * src, gc::IAlloc * gc)
|
||||
{
|
||||
if (!src)
|
||||
return src;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue