From 7b5198be081699ade480dcb4d0a0b8b01f4d5473 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 6 Dec 2025 19:42:36 -0500 Subject: [PATCH] xo-ordinaltree: work on gp-key unit test --- include/xo/alloc/Object.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }