Add dll export macro to format check

This commit is contained in:
Leon De Andrade 2022-01-01 12:41:06 +01:00 committed by Patrick Boettcher
parent b1ef862832
commit 8e4751f6f7

View File

@ -159,7 +159,7 @@ public:
/**
* Checks validity of JSON schema built-in string format specifiers like 'date-time', 'ipv4', ...
*/
void default_string_format_check(const std::string &format, const std::string &value);
void JSON_SCHEMA_VALIDATOR_API default_string_format_check(const std::string &format, const std::string &value);
class root_schema;