diff --git a/include/xo/alloc/Object.hpp b/include/xo/alloc/Object.hpp index dce67c11..9665e66a 100644 --- a/include/xo/alloc/Object.hpp +++ b/include/xo/alloc/Object.hpp @@ -152,8 +152,8 @@ namespace xo { template class ObjectVisitor> { public: - void forward_children(gp & target, - IAlloc * gc) + static void forward_children(gp & target, + IAlloc * gc) { Object::_forward_inplace(target, gc); }