This commit is contained in:
Glenn Maynard
2005-07-14 01:31:51 +00:00
parent 66b842f342
commit 3f45c8a150
3 changed files with 8 additions and 3 deletions
+3 -2
View File
@@ -54,7 +54,7 @@ static ThemeMetric<apActorCommands> ROW_VALUE_ON_COMMAND("EditMenu","RowValueOnC
static ThemeMetric1D<float> ROW_Y ("EditMenu",ROW_Y_NAME,NUM_EDIT_MENU_ROWS);
static void GetSongsToShowForGroup( const CString &sGroup, vector<Song*> &vpSongsOut )
void EditMenu::GetSongsToShowForGroup( const CString &sGroup, vector<Song*> &vpSongsOut )
{
vpSongsOut.clear();
SONGMAN->GetSongs( vpSongsOut, sGroup );
@@ -76,7 +76,8 @@ static void GetSongsToShowForGroup( const CString &sGroup, vector<Song*> &vpSong
}
SongUtil::SortSongPointerArrayByTitle( vpSongsOut );
}
static void GetGroupsToShow( vector<CString> &vsGroupsOut )
void EditMenu::GetGroupsToShow( vector<CString> &vsGroupsOut )
{
vsGroupsOut.clear();
SONGMAN->GetSongGroupNames( vsGroupsOut );