From c827907980a0c9243a9727c9f69a74c5f35735e3 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Wed, 14 Feb 2007 12:24:58 +0000 Subject: [PATCH] Cleanup. --- stepmania/src/NotesWriterDWI.h | 2 +- stepmania/src/NotesWriterSM.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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