make JsonParser::strategy const

pull/5/head
Antonio Cervone 2015-12-02 09:57:25 +01:00
parent 49a6197d08
commit 988a8fc249
1 changed files with 1 additions and 1 deletions

View File

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