From 3c09722d3cd51af31ef2327ee63a5d6e0dfd6aa9 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 13 Feb 2010 22:37:22 -0600 Subject: [PATCH] GetSongList actually has params; should fix MusicWheel.cpp compile --- src/MusicWheel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MusicWheel.cpp b/src/MusicWheel.cpp index 479253e5f6..e11ee1621f 100644 --- a/src/MusicWheel.cpp +++ b/src/MusicWheel.cpp @@ -437,7 +437,7 @@ void MusicWheel::BuildWheelItemDatas( vector &arrayWheelIt // Make an array of Song*, then sort them vector arraySongs; - GetSongList(); + GetSongList(arraySongs, so); bool bUseSections = true;