mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-03-03 12:58:03 +01:00
Fix decrement operator in PropertyTreeObjectMemberIterator
This commit is contained in:
parent
29721d5538
commit
fe7e19494c
@ -689,7 +689,7 @@ public:
|
||||
|
||||
const PropertyTreeObjectMemberIterator& operator--()
|
||||
{
|
||||
itr++;
|
||||
itr--;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user