No persistent data so make it a namespace.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user