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
@@ -213,7 +213,7 @@ bool Workout::SaveToFile( RString sFile )
songGenres->AppendChild( "SongGenre", *s );
}
DISP_OPT opts;
XMLDisplayOptions opts;
return xml.SaveToFile( sFile, opts );
}