some MFCisms to STLisms (both currently work on CArray)
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user