organize TODO file

This commit is contained in:
Eduardo Bart
2012-01-06 07:35:48 -02:00
parent 7206f7aad9
commit d25228fc1c
5 changed files with 65 additions and 56 deletions

View File

@@ -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)