const fixes

This commit is contained in:
Glenn Maynard
2004-02-10 10:05:44 +00:00
parent b81159c5e2
commit 6137e5066d
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1050,7 +1050,7 @@ void SortCoursePointerArrayByMostPlayed( vector<Course*> &arrayCoursePointers, P
SortCoursePointerArrayByMostPlayed( arrayCoursePointers, pProfile );
}
void SortCoursePointerArrayByMostPlayed( vector<Course*> &arrayCoursePointers, Profile* pProfile )
void SortCoursePointerArrayByMostPlayed( vector<Course*> &arrayCoursePointers, const Profile* pProfile )
{
ASSERT( pProfile );
for(unsigned i = 0; i < arrayCoursePointers.size(); ++i)