From c709f17761dc1c113b76a0205a40a17e9b70330b Mon Sep 17 00:00:00 2001 From: Hermann Kraus Date: Wed, 4 Jul 2012 20:39:07 +0200 Subject: [PATCH] Add namespace. --- include/mapnik/internal/dump_xml.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/mapnik/internal/dump_xml.hpp b/include/mapnik/internal/dump_xml.hpp index 7bdf78f66..540f54874 100644 --- a/include/mapnik/internal/dump_xml.hpp +++ b/include/mapnik/internal/dump_xml.hpp @@ -1,6 +1,8 @@ #ifndef DUMP_XML_HPP #define DUMP_XML_HPP #include +namespace mapnik +{ /* Debug dump ptree XML representation. */ @@ -31,5 +33,5 @@ void dump_xml(xml_node const& xml, unsigned level=0) std::cerr << indent << "[/" << xml.name() << "]" << "\n"; } - +} #endif // DUMP_XML_HPP