Fixed warning

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6639 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-11-18 15:45:29 +00:00
parent ca8e585e00
commit 196cb0aabe

View File

@ -58,7 +58,7 @@ CheckStructure::CheckStructure(CheckManager *check_manager,
// the same_group list. While this should be guaranteed by the
// current track exporter, tracks exported with the old track
// exporter will not have this.
if(std::find(m_same_group.begin(), m_same_group.end(), m_index)
if(std::find(m_same_group.begin(), m_same_group.end(), (int)m_index)
== m_same_group.end())
m_same_group.push_back(m_index);