summaryrefslogtreecommitdiff
path: root/src/internal/xml_parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/xml_parser.hpp')
-rwxr-xr-xsrc/internal/xml_parser.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/internal/xml_parser.hpp b/src/internal/xml_parser.hpp
index 3cf7899..2369c61 100755
--- a/src/internal/xml_parser.hpp
+++ b/src/internal/xml_parser.hpp
@@ -24,6 +24,7 @@
#include <set>
#include <boost/noncopyable.hpp>
#include "policy.hpp"
+#include "global_nodestruct.hpp"
namespace ldp_xml_parser
{
@@ -81,7 +82,8 @@ namespace ldp_xml_parser
std::vector<std::string> included_files;
};
- extern XmlParser static_parser;
} //namespace
+DCL_NODESTRUCT_GLOBAL(ldp_xml_parser::XmlParser, static_parser)
+
#endif