some more MFCisms to STLisms
This commit is contained in:
@@ -144,8 +144,7 @@ ScreenMusicScroll::ScreenMusicScroll()
|
||||
this->AddChild( &m_Background );
|
||||
|
||||
|
||||
CArray<Song*, Song*> arraySongs;
|
||||
arraySongs.Copy( SONGMAN->m_pSongs );
|
||||
CArray<Song*, Song*> arraySongs = SONGMAN->m_pSongs;
|
||||
SortSongPointerArrayByTitle( arraySongs );
|
||||
|
||||
m_iNumLines = 0;
|
||||
|
||||
Reference in New Issue
Block a user