No persistent data so make it a namespace.

This commit is contained in:
Steve Checkoway
2006-11-04 23:28:33 +00:00
parent 4ab88447f4
commit 0ed39a2f5e
4 changed files with 5 additions and 9 deletions
+1 -2
View File
@@ -754,8 +754,7 @@ void Song::SaveToSMFile( RString sPath, bool bSavingCache )
if( !bSavingCache && IsAFile(sPath) )
FileCopy( sPath, sPath + ".old" );
NotesWriterSM wr;
wr.Write( sPath, *this, bSavingCache );
NotesWriterSM::Write( sPath, *this, bSavingCache );
}
void Song::SaveToCacheFile()