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
@@ -335,7 +335,7 @@ void SortStepsPointerArrayByMostPlayed( vector<Steps*> &vStepsPointers, ProfileS
SortStepsPointerArrayByMostPlayed( vStepsPointers, pProfile );
}
void SortStepsPointerArrayByMostPlayed( vector<Steps*> &vStepsPointers, Profile* pProfile )
void SortStepsPointerArrayByMostPlayed( vector<Steps*> &vStepsPointers, const Profile* pProfile )
{
ASSERT( pProfile );
for(unsigned i = 0; i < vStepsPointers.size(); ++i)