From b740417add06a6df0dff65b60fbd92a8c8d95aab Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Dec 2018 15:29:59 +0300 Subject: Add support for build configuration class inheritance --- libbbot/manifest.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbbot/manifest.hxx') diff --git a/libbbot/manifest.hxx b/libbbot/manifest.hxx index 163c75e..de93def 100644 --- a/libbbot/manifest.hxx +++ b/libbbot/manifest.hxx @@ -171,7 +171,7 @@ namespace bbot // invalid_argument if that's not the case. // static void - check_regex (const std::string&); + validate_regex (const std::string&); }; class LIBBBOT_EXPORT task_response_manifest -- cgit v1.1