This commit is contained in:
Steve Checkoway
2007-02-14 12:24:58 +00:00
parent 65d2149605
commit c827907980
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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