diff --git a/stepmania/src/NotesWriterSM.cpp b/stepmania/src/NotesWriterSM.cpp index 47343bb476..aa85036e56 100644 --- a/stepmania/src/NotesWriterSM.cpp +++ b/stepmania/src/NotesWriterSM.cpp @@ -191,7 +191,7 @@ RString NotesWriterSM::GetSMNotesTag( const Song &song, const Steps &in, bool bS return JoinLineList( lines ); } -bool NotesWriterSM::Write(RString sPath, const Song &out, bool bSavingCache) +bool NotesWriterSM::Write( RString sPath, const Song &out, bool bSavingCache ) { /* Flush dir cache when writing steps, so the old size isn't cached. */ FILEMAN->FlushDirCache( Dirname(sPath) );