fix catalog.xml out of date after reloading songs

This commit is contained in:
Chris Danford
2006-05-16 06:01:12 +00:00
parent 721d2083b9
commit f22d32f70a
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ const RString CATALOG_XSL = "Catalog.xsl";
const RString CATALOG_XML_FILE = "Save/" + CATALOG_XML;
static LocalizedString SAVING_CATALOG_XML( "CatalogXml", "Saving %s ..." );
void SaveCatalogXml( LoadingWindow *loading_window )
void CatalogXml::Save( LoadingWindow *loading_window )
{
ASSERT( SONGMAN );
ASSERT( UNLOCKMAN );