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