Fix warning.

This commit is contained in:
Steve Checkoway
2004-03-14 05:35:54 +00:00
parent a1ab9d1771
commit 17537b3936
+1 -1
View File
@@ -743,7 +743,7 @@ void Course::GetCourseInfo( StepsType nt, vector<Course::Info> &ci, CourseDiffic
bool Course::HasMods() const
{
for( int i=0; i<m_entries.size(); i++ )
for( unsigned i=0; i<m_entries.size(); i++ )
{
if( !m_entries[i].modifiers.empty() )
return true;