s/Add/push_back/

This commit is contained in:
Glenn Maynard
2002-10-31 04:23:39 +00:00
parent a041b7cd3e
commit bccaf3560b
36 changed files with 146 additions and 146 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ MusicList::MusicList()
void MusicList::AddGroup()
{
m_ContentsText.Add(group());
m_ContentsText.push_back(group());
}
void MusicList::AddSongsToGroup(const CArray<Song*,Song*> &Songs)