This commit is contained in:
Glenn Maynard
2006-11-13 18:28:29 +00:00
parent e15285ab55
commit c2581734b1
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -676,7 +676,7 @@ bool Course::AllSongsAreFixed() const
return true;
}
void Course::Invalidate( Song *pStaleSong )
void Course::Invalidate( const Song *pStaleSong )
{
FOREACH_CONST( CourseEntry, m_vEntries, e )
{