s/CArray<x,y>/vector<x>/g
This commit is contained in:
@@ -149,7 +149,7 @@ ScreenMusicScroll::ScreenMusicScroll()
|
||||
this->AddChild( &m_Background );
|
||||
|
||||
|
||||
CArray<Song*, Song*> arraySongs = SONGMAN->m_pSongs;
|
||||
vector<Song*> arraySongs = SONGMAN->m_pSongs;
|
||||
SortSongPointerArrayByTitle( arraySongs );
|
||||
|
||||
m_iNumLines = 0;
|
||||
|
||||
Reference in New Issue
Block a user