[splittiming] Warps to Negs to Gone again.

We're almost ready to bring this branch to default.
This commit is contained in:
Jason Felds
2011-05-17 16:00:05 -04:00
parent 390776ddc7
commit e3e16ee2e0
2 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace NotesWriterSM
* @param sPath the path to write the file.
* @param out the Song to be written out.
* @return its success or failure. */
bool Write( RString sPath, const Song &out, const vector<Steps*>& vpStepsToSave );
bool Write( RString sPath, Song &out, const vector<Steps*>& vpStepsToSave );
/**
* @brief Get some contents about the edit file first.
* @param pSong the Song in question.