aboutsummaryrefslogtreecommitdiff
path: root/libbbot/manifest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbbot/manifest.cxx')
-rw-r--r--libbbot/manifest.cxx4
1 files changed, 2 insertions, 2 deletions
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
{