Added missing return value for JSON class.
This commit is contained in:
parent
c2cb32e022
commit
9737d9fbdf
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue