make JsonParser::strategy const

mutable
Antonio Cervone 7 years ago
parent 49a6197d08
commit 988a8fc249
  1. 2
      json11.cpp

@ -338,7 +338,7 @@ struct JsonParser {
size_t i;
string &err;
bool failed;
JsonParse strategy;
const JsonParse strategy;
/* fail(msg, err_ret = Json())
*

Loading…
Cancel
Save