mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-29 06:07:56 +03:00
Compilation fixes.
git-svn-id: http://svn.purei.org/purei/trunk@1069 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
parent
5a7394851c
commit
2ee98db330
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue