1 // =================================
 2 // Copyright (c) 2020 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #ifndef CPP2CM_CPP2CM_MERGE_INCLUDED
 7 #define CPP2CM_CPP2CM_MERGE_INCLUDED
 8 #include <sngxml/dom/Document.hpp>
 9 
10 namespace cpp2cm {
11 
12 std::unique_ptr<sngxml::dom::Document> Merge(sngxml::dom::Document* symbolTableXmlDocstd::std::unique_ptr<sngxml::dom::Document>&stageSymbolTableXmlDoc);
13 
14 } // namespace cpp2cm
15 
16 #endif // CPP2CM_CPP2CM_MERGE_INCLUDED