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