[notesLoaderSMA] More progress, still preparing.

This commit is contained in:
Jason Felds
2011-03-15 17:05:12 -04:00
parent bef612807d
commit 8a457e382a
4 changed files with 445 additions and 4 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ void SMLoader::LoadTimingFromSMFile( const MsdFile &msd, TimingData &out )
}
}
bool LoadFromBGChangesString( BackgroundChange &change, const RString &sBGChangeExpression )
bool SMLoader::LoadFromBGChangesString( BackgroundChange &change, const RString &sBGChangeExpression )
{
vector<RString> aBGChangeValues;
split( sBGChangeExpression, "=", aBGChangeValues, false );