const RString & for easier debug stepping

This commit is contained in:
Chris Danford
2006-02-02 23:52:28 +00:00
parent 03b3553ae1
commit cb5bf9720d
10 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ class BMSLoader: public NotesLoader
map<RString,int> m_mapWavIdToKeysoundIndex;
public:
void GetApplicableFiles( RString sPath, vector<RString> &out );
bool LoadFromDir( RString sDir, Song &out );
void GetApplicableFiles( const RString &sPath, vector<RString> &out );
bool LoadFromDir( const RString &sDir, Song &out );
};
#endif