parent
1249e1f9f0
commit
3f9431d609
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
// template class helpers with functions for comparing elements
|
// template class helpers with functions for comparing elements
|
||||||
// override if using complex types without operator==
|
// override if using complex types without operator==
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
class CListCtrlArrayEqualHelper
|
class CListCtrlArrayEqualHelper
|
||||||
{
|
{
|
||||||
|
@ -182,7 +183,7 @@ public:
|
||||||
if(TEqual::IsEqual(m_aT[i], t))
|
if(TEqual::IsEqual(m_aT[i], t))
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
return -1; // not found
|
return -1; // Not found
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL SetAtIndex(int nIndex, const T& t)
|
BOOL SetAtIndex(int nIndex, const T& t)
|
||||||
|
|
Loading…
Reference in New Issue