aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/objects/objectvisitor.cpp
blob: 7c809897bc1c9a81884eca3a30a7a5bd59336b08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "objectvisitor.h"
#include "identifiable.h"

namespace vespalib {

ObjectVisitor::~ObjectVisitor()
{
}

} // namespace vespalib