mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
organize TODO file
This commit is contained in:
@@ -51,7 +51,7 @@ OTMLDocumentPtr OTMLDocument::parse(std::istream& in, const std::string& source)
|
||||
|
||||
std::string OTMLDocument::emit()
|
||||
{
|
||||
return OTMLEmitter::emitNode(shared_from_this());
|
||||
return OTMLEmitter::emitNode(shared_from_this()) + "\n";
|
||||
}
|
||||
|
||||
bool OTMLDocument::save(const std::string& fileName)
|
||||
|
Reference in New Issue
Block a user