Add namespace.
This commit is contained in:
parent
eb682c1f4f
commit
c709f17761
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
#ifndef DUMP_XML_HPP
|
#ifndef DUMP_XML_HPP
|
||||||
#define DUMP_XML_HPP
|
#define DUMP_XML_HPP
|
||||||
#include <mapnik/xml_node.hpp>
|
#include <mapnik/xml_node.hpp>
|
||||||
|
namespace mapnik
|
||||||
|
{
|
||||||
|
|
||||||
/* Debug dump ptree XML representation.
|
/* 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";
|
std::cerr << indent << "[/" << xml.name() << "]" << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
#endif // DUMP_XML_HPP
|
#endif // DUMP_XML_HPP
|
||||||
|
|
Loading…
Reference in a new issue