From 9737d9fbdf82d4b232de236eae64c67539b7f4ce Mon Sep 17 00:00:00 2001 From: Thulinma Date: Wed, 14 Oct 2015 16:53:13 +0200 Subject: [PATCH] Added missing return value for JSON class. --- lib/json.cpp | 1 + 1 file changed, 1 insertion(+) 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.