fixed song display on "display group" screen for unlocks

This commit is contained in:
Andrew Wong
2003-08-02 09:56:24 +00:00
parent 9bcb0e0a48
commit 2351951035
2 changed files with 16 additions and 1 deletions
+2
View File
@@ -107,6 +107,8 @@ public:
SongEntry *FindLockEntry( CString lockname );
// so class can access FindSong
friend class ScreenSelectGroup;
private:
SongEntry *FindSong( const Song *pSong );
SongEntry *FindCourse( const Course *pCourse );