Add namespace.

This commit is contained in:
Hermann Kraus 2012-07-04 20:39:07 +02:00
parent eb682c1f4f
commit c709f17761

View file

@ -1,6 +1,8 @@
#ifndef DUMP_XML_HPP
#define DUMP_XML_HPP
#include <mapnik/xml_node.hpp>
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