aboutsummaryrefslogtreecommitdiff
path: root/modules/regex_stdlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/regex_stdlib.cpp')
-rw-r--r--modules/regex_stdlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/regex_stdlib.cpp b/modules/regex_stdlib.cpp
index 8e6642952..427c0a34b 100644
--- a/modules/regex_stdlib.cpp
+++ b/modules/regex_stdlib.cpp
@@ -84,7 +84,7 @@ public:
Regex::PatternPtr Create(const std::string& pattern, uint8_t options) const override
{
- return std::make_shared<StdLibPattern>(creator, pattern, options, regextype);
+ return std::make_shared<StdLibPattern>(this->service_creator, pattern, options, regextype);
}
};