- fixed compile bugs

This commit is contained in:
Christoph Oelckers 2018-12-12 01:27:04 +01:00
commit 2cf6d213e2
5 changed files with 5 additions and 19 deletions

View file

@ -272,7 +272,7 @@ public:
return i;
}
template<class Func> const
template<class Func>
unsigned int FindEx(Func compare) const
{
unsigned int i;