xo-ordinaltree: work on gp<String>-key unit test
This commit is contained in:
parent
1b93c9a427
commit
7b5198be08
1 changed files with 2 additions and 2 deletions
|
|
@ -152,8 +152,8 @@ namespace xo {
|
|||
template <typename T>
|
||||
class ObjectVisitor<gp<T>> {
|
||||
public:
|
||||
void forward_children(gp<T> & target,
|
||||
IAlloc * gc)
|
||||
static void forward_children(gp<T> & target,
|
||||
IAlloc * gc)
|
||||
{
|
||||
Object::_forward_inplace(target, gc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue