some more MFCisms to STLisms

This commit is contained in:
Glenn Maynard
2002-10-24 19:55:09 +00:00
parent d5b1f36775
commit 85e409b121
8 changed files with 12 additions and 16 deletions
+1 -2
View File
@@ -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;