Added missing return value for JSON class.

This commit is contained in:
Thulinma 2015-10-14 16:53:13 +02:00
parent c2cb32e022
commit 9737d9fbdf

View file

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