use "JSONCPP_STRING" instead "Json::String"
This commit is contained in:
parent
f93c19afda
commit
db0b17029c
@ -40,7 +40,7 @@ namespace hgl
|
|||||||
Json::CharReaderBuilder builder;
|
Json::CharReaderBuilder builder;
|
||||||
Json::CharReader *reader=builder.newCharReader();
|
Json::CharReader *reader=builder.newCharReader();
|
||||||
|
|
||||||
Json::String errs;
|
JSONCPP_STRING errs;
|
||||||
|
|
||||||
const bool result=reader->parse(txt,txt+size,&root,&errs);
|
const bool result=reader->parse(txt,txt+size,&root,&errs);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user