xo-alloc: IAlloc* i/face sufficient for Object._forward_children

This commit is contained in:
Roland Conybeare 2025-11-24 12:58:54 -05:00
commit 66235079a8
5 changed files with 8 additions and 8 deletions

View file

@ -60,7 +60,7 @@ namespace xo {
// LCOV_EXCL_START
std::size_t
Forwarding1::_forward_children(gc::GC *) {
Forwarding1::_forward_children(gc::IAlloc *) {
assert(false);
return 0;
}