diff --git a/app/json-schema-validate.cpp b/app/json-schema-validate.cpp index f643dc7..7f5ca0d 100644 --- a/app/json-schema-validate.cpp +++ b/app/json-schema-validate.cpp @@ -80,7 +80,7 @@ int main(int argc, char *argv[]) } // 2) create the validator and - json_validator validator(loader); + json_validator validator(loader, [](const std::string&, const std::string&){}); try { // insert this schema as the root to the validator