refactor: make shallow_move() available from AGCObjectVisitor
This commit is contained in:
parent
90ab86f69c
commit
db4ccfd911
8 changed files with 36 additions and 3 deletions
|
|
@ -74,6 +74,9 @@ public:
|
|||
// const methods
|
||||
|
||||
// non-const methods (still const in router!)
|
||||
void * alloc_copy(std::byte * src) {
|
||||
return O::iface()->alloc_copy(O::data(), src);
|
||||
}
|
||||
void visit_child(AGCObject * iface, void ** pp_data) noexcept {
|
||||
return O::iface()->visit_child(O::data(), iface, pp_data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue