Add missing const keyword in CBotClass.cpp
parent
1b93963413
commit
55c0c3221d
|
@ -542,7 +542,7 @@ void CBotClass::DefineClasses(std::list<CBotClass*> pClassList, CBotCStack* pSta
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::list<CBotFunction*>& CBotClass::GetFunctions()
|
const std::list<CBotFunction*>& CBotClass::GetFunctions() const
|
||||||
{
|
{
|
||||||
return m_pMethod;
|
return m_pMethod;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue