mirror of
https://github.com/dropbox/json11.git
synced 2024-12-21 08:59:12 +08:00
make JsonParser::strategy const
This commit is contained in:
parent
49a6197d08
commit
988a8fc249
@ -338,7 +338,7 @@ struct JsonParser {
|
|||||||
size_t i;
|
size_t i;
|
||||||
string &err;
|
string &err;
|
||||||
bool failed;
|
bool failed;
|
||||||
JsonParse strategy;
|
const JsonParse strategy;
|
||||||
|
|
||||||
/* fail(msg, err_ret = Json())
|
/* fail(msg, err_ret = Json())
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user