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
|
|
@ -35,6 +35,12 @@ IGCObjectVisitor_Any::_valid
|
|||
|
||||
// nonconst methods
|
||||
|
||||
auto
|
||||
IGCObjectVisitor_Any::alloc_copy(Opaque, std::byte *) -> void *
|
||||
{
|
||||
_fatal();
|
||||
}
|
||||
|
||||
auto
|
||||
IGCObjectVisitor_Any::visit_child(Opaque, AGCObject *, void **) const noexcept -> void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue