Build fixes

This commit is contained in:
Robert Osfield
2009-04-30 08:27:07 +00:00
parent 7cf721d1b5
commit d2f3615833
3 changed files with 2 additions and 5 deletions

View File

@@ -412,4 +412,4 @@ bool XmlNode::writeString(std::ostream& fout, const std::string& str) const
{
fout<<str;
return true;
}
}