[notesloader] Take advantage of const members.

This commit is contained in:
Jason Felds
2011-06-09 21:34:04 -04:00
parent 1e296ed0bf
commit 1ec548442d
3 changed files with 16 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@ const float VERSION_SPLIT_TIMING = 0.7f;
*/
struct SSCLoader : public SMLoader
{
SSCLoader() : SMLoader(".ssc") {}
/**
* @brief Attempt to load a song from a specified path.
* @param sPath a const reference to the path on the hard drive to check.