J2DPane match

This commit is contained in:
Jasper St. Pierre
2023-10-11 21:38:42 -07:00
parent 2a98b09d1a
commit dba5833011
4 changed files with 11 additions and 7 deletions
+2
View File
@@ -201,6 +201,8 @@ public:
bool operator!=(JSUTree<T>* other) { return this->mTree != other; }
operator bool() const { return this->mTree != NULL; }
JSUTreeIterator<T> operator++(int) {
JSUTreeIterator<T> prev = *this;
this->mTree = this->mTree->getNextChild();