Update src/query/v2/multiframe.hpp
Co-authored-by: Kostas Kyrimis <kostaskyrim@gmail.com>
This commit is contained in:
parent
6c441b80ec
commit
452722f4f8
@ -159,7 +159,7 @@ class ValidFramesModifier {
|
||||
Iterator &operator++() {
|
||||
do {
|
||||
ptr_++;
|
||||
} while (*this != iterator_wrapper_.end() && !this->ptr_->IsValid());
|
||||
} while (*this != iterator_wrapper_.end() && ptr_->IsValid());
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user