- Backend update from Raze.
This commit is contained in:
parent
53c2ac79e1
commit
c55dfbcddd
11 changed files with 100 additions and 22 deletions
|
|
@ -332,7 +332,7 @@ public:
|
|||
|
||||
unsigned IndexOf(const T* elem) const
|
||||
{
|
||||
return elem - Array;
|
||||
return unsigned(elem - Array);
|
||||
}
|
||||
|
||||
unsigned int Find(const T& item) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue