diff --git a/stepmania/src/NotesWriterDWI.h b/stepmania/src/NotesWriterDWI.h index 461131ca72..8e47f8bf12 100644 --- a/stepmania/src/NotesWriterDWI.h +++ b/stepmania/src/NotesWriterDWI.h @@ -7,7 +7,7 @@ class Song; namespace NotesWriterDWI { bool Write( RString sPath, const Song &out ); -}; +} #endif diff --git a/stepmania/src/NotesWriterSM.h b/stepmania/src/NotesWriterSM.h index c32368c3dd..e954d1245e 100644 --- a/stepmania/src/NotesWriterSM.h +++ b/stepmania/src/NotesWriterSM.h @@ -11,7 +11,7 @@ namespace NotesWriterSM void GetEditFileContents( const Song *pSong, const Steps *pSteps, RString &sOut ); RString GetEditFileName( const Song *pSong, const Steps *pSteps ); bool WriteEditFileToMachine( const Song *pSong, Steps *pSteps, RString &sErrorOut ); -}; +} #endif