This commit is contained in:
Glenn Maynard
2003-07-21 23:16:06 +00:00
parent 14626dbf92
commit d0502bfddb
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ void CourseContentsList::SetFromCourse( Course* pCourse )
}
else
{
display.LoadFromSongAndNotes( m_iNumContents+1, ci[i].Song, ci[i].Notes, ci[i].Modifiers );
display.LoadFromSongAndNotes( m_iNumContents+1, ci[i].pSong, ci[i].pNotes, ci[i].Modifiers );
}
m_iNumContents ++;