DISP_OPT -> XMLDisplayOptions.

This commit is contained in:
Steve Checkoway
2006-10-01 13:07:20 +00:00
parent 6651be1203
commit 01cd66bd0f
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ void Bookkeeper::WriteToDisk()
return;
}
DISP_OPT opt;
XMLDisplayOptions opt;
XNode *xml = CreateNode();
xml->SaveToFile( f, opt );
delete xml;