Missing change from 9291295a4d
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user