Same fix, but for non-const iterator
This commit is contained in:
parent
9737d9fbdf
commit
c417630abe
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ JSON::Iter & JSON::Iter::operator++(){
|
|||
++oIt;
|
||||
}
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
|
||||
/// Return the name of the current indice.
|
||||
|
|
Loading…
Add table
Reference in a new issue