Skip to content
Snippets Groups Projects
Commit 523705dc authored by D-AIRY's avatar D-AIRY
Browse files

Minor fix

parent fbe5e2fb
No related branches found
No related tags found
No related merge requests found
......@@ -241,8 +241,8 @@ public:
}));
}
template <typename L>
int indexOf(const T &other, const L& CompareFunc)
template <typename L, typename O>
int indexOf(const O &other, const L& CompareFunc)
{
for(int i = 0, l = size(); i < l; ++i)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment