1
// =================================
2
// Copyright (c) 2021 Seppo Laakko
3
// Distributed under the MIT license
4
// =================================
5
6
#include <cmajor/binder/BoundNodeVisitor.hpp>
7
8
namespace
cmajor
{
namespace
binder
{
9
10
BoundNodeVisitor
::
~
BoundNodeVisitor
(
)
11
{
12
}
13
14
}
}
// namespace cmajor::binder