Same fix, but for non-const iterator

This commit is contained in:
Erik Zandvliet 2015-10-14 17:15:24 +02:00 committed by Thulinma
parent 9737d9fbdf
commit c417630abe

View file

@ -59,6 +59,7 @@ JSON::Iter & JSON::Iter::operator++(){
++oIt;
}
}
return *this;
}
/// Return the name of the current indice.