Disable saving ALL steps in the .sm format.

This commit is contained in:
Jason Felds
2011-03-30 21:37:11 -04:00
parent c2b397d43e
commit 34813c26ef
3 changed files with 18 additions and 5 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 );
bool Write( RString sPath, const Song &out, const vector<Steps*>& vpStepsToSave );
/**
* @brief Get some contents about the edit file first.
* @param pSong the Song in question.