rename a function

This commit is contained in:
Glenn Maynard
2003-01-27 23:10:44 +00:00
parent 724f3af240
commit 5aa7ebc1ac
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ void SongManager::FreeCourses()
/* Called periodically to wipe out cached NoteData. This is called when we change
* screens. */
void SongManager::CleanCourses()
void SongManager::CleanData()
{
for( unsigned i=0; i<m_pSongs.size(); i++ )
{