Compilation fixes.

git-svn-id: http://svn.purei.org/purei/trunk@1069 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
jpd002 2013-01-29 05:46:29 +00:00
parent 5a7394851c
commit 2ee98db330
3 changed files with 3 additions and 3 deletions

View file

@ -76,6 +76,6 @@ void CStructCollectionStateFile::Write(Framework::CStream& stream)
structFile.Write(structNode);
rootNode->InsertNode(structNode);
}
Framework::Xml::CWriter::WriteDocument(&stream, rootNode);
Framework::Xml::CWriter::WriteDocument(stream, rootNode);
delete rootNode;
}