move XML loading and saving into XmlFileUtil

This commit is contained in:
Glenn Maynard
2006-10-02 05:54:52 +00:00
parent 19e7328d78
commit 7696cef6b0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ void Bookkeeper::WriteToDisk()
}
XNode *xml = CreateNode();
xml->SaveToFile( f );
XmlFileUtil::SaveToFile( xml, f );
delete xml;
}