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.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbbot/manifest.cxx') diff --git a/libbbot/manifest.cxx b/libbbot/manifest.cxx index 2f70b75..f412538 100644 --- a/libbbot/manifest.cxx +++ b/libbbot/manifest.cxx @@ -561,7 +561,7 @@ namespace bbot if (!warning_regex.empty ()) bad_name ("task warning regex redefinition"); - warning_regex = parse_tab (v, check_regex, "warning regex"); + warning_regex = parse_tab (v, validate_regex, "warning regex"); if (warning_regex.empty ()) bad_value ("empty task warning regex"); @@ -673,7 +673,7 @@ namespace bbot } void task_manifest:: - check_regex (const string& s) + validate_regex (const string& s) { try { -- cgit v1.1