some MFCisms to STLisms (both currently work on CArray)

This commit is contained in:
Glenn Maynard
2002-10-24 19:53:13 +00:00
parent feefd5bf9d
commit d5b1f36775
3 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -307,8 +307,7 @@ MusicWheel::MusicWheel()
// init m_mapGroupNameToBannerColor
CArray<Song*, Song*> arraySongs;
arraySongs.Copy( SONGMAN->m_pSongs );
CArray<Song*, Song*> arraySongs = SONGMAN->m_pSongs;
SortSongPointerArrayByGroup( arraySongs );
m_sExpandedSectionName = "";