GetSongList actually has params; should fix MusicWheel.cpp compile

This commit is contained in:
AJ Kelly
2010-02-13 22:37:22 -06:00
parent 034cbc4d83
commit 3c09722d3c
+1 -1
View File
@@ -437,7 +437,7 @@ void MusicWheel::BuildWheelItemDatas( vector<MusicWheelItemData *> &arrayWheelIt
// Make an array of Song*, then sort them
vector<Song*> arraySongs;
GetSongList();
GetSongList(arraySongs, so);
bool bUseSections = true;