diff --git a/lib/json.cpp b/lib/json.cpp index c8a6a7cb..3e1ee750 100644 --- a/lib/json.cpp +++ b/lib/json.cpp @@ -126,6 +126,7 @@ JSON::ConstIter & JSON::ConstIter::operator++(){ ++oIt; } } + return *this; } /// Return the name of the current indice.