This commit is contained in:
Glenn Maynard
2007-04-10 23:59:59 +00:00
parent ab5ef1ef2a
commit 1a3cf3949a
+1
View File
@@ -803,6 +803,7 @@ void SongUtil::GetAllSongGenres( vector<RString> &vsOut )
void SongUtil::FilterSongs( const SongCriteria &sc, const vector<Song*> &in, vector<Song*> &out )
{
out.reserve( in.size() );
FOREACH_CONST( Song*, in, s )
{
if( sc.Matches( *s ) )