move XML loading and saving into XmlFileUtil
This commit is contained in:
@@ -138,7 +138,7 @@ void Bookkeeper::WriteToDisk()
|
||||
}
|
||||
|
||||
XNode *xml = CreateNode();
|
||||
xml->SaveToFile( f );
|
||||
XmlFileUtil::SaveToFile( xml, f );
|
||||
delete xml;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user