Small format stuff
This commit is contained in:
parent
b681a76f29
commit
74a4c98ca7
@ -95,7 +95,7 @@ public:
|
||||
|
||||
//SHOULDDO this should be implemented as non-member
|
||||
bool operator!=(const typename ArrayList<T, count_t>::Iterator& other) const {
|
||||
return !(*this ==other);
|
||||
return !(*this == other);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user