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
@@ -863,7 +863,7 @@ void SongManager::Cleanup()
* are removed or changed. This doesn't touch GAMESTATE and StageStats
* pointers. Currently, the only time Steps are altered independantly of the
* Courses and Songs is in Edit Mode, which updates the other pointers it needs. */
void SongManager::Invalidate( Song *pStaleSong )
void SongManager::Invalidate( const Song *pStaleSong )
{
FOREACH( Course*, this->m_pCourses, pCourse )
{