Missing change from 9291295a4d

This commit is contained in:
Wojtek Figat
2023-09-10 11:33:08 +02:00
parent 9291295a4d
commit 53deeff116

View File

@@ -314,7 +314,7 @@ public:
FORCE_INLINE bool operator!=(const Iterator& v) const
{
return _index != v._index || &_collection != &v._collection;
return _index != v._index || _collection != v._collection;
}
Iterator& operator=(const Iterator& v)