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