forked from organicmaps/organicmaps
Correct DebugPrint implementation.
This commit is contained in:
parent
00ccc44622
commit
51ae713240
1 changed files with 4 additions and 1 deletions
|
@ -14,12 +14,15 @@
|
|||
|
||||
using editor::XMLFeature;
|
||||
|
||||
string DebugPrint(pugi::xml_document const & doc)
|
||||
namespace pugi
|
||||
{
|
||||
string DebugPrint(xml_document const & doc)
|
||||
{
|
||||
ostringstream stream;
|
||||
doc.print(stream, " ");
|
||||
return stream.str();
|
||||
}
|
||||
} // namespace pugi
|
||||
|
||||
namespace osm
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue