Commit c5c218e1 authored by Alexander Lapshin's avatar Alexander Lapshin

.

parent d4b82f5f
...@@ -190,7 +190,7 @@ template <typename T, typename Tid> bool loadjson(const jsonval& parent, std::st ...@@ -190,7 +190,7 @@ template <typename T, typename Tid> bool loadjson(const jsonval& parent, std::st
} }
const jsonval& a = itr->value; const jsonval& a = itr->value;
4
if (!a.IsArray()) { if (!a.IsArray()) {
throw Exp() << "error: element is not an array"; throw Exp() << "error: element is not an array";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment