From 52cc8a418307ae7a551d23e6bd2d367b544e7bf9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 7 Jan 2022 17:12:42 +0000 Subject: Refactor CoreException and ModuleException. --- src/modules/m_regex_glob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_regex_glob.cpp') diff --git a/src/modules/m_regex_glob.cpp b/src/modules/m_regex_glob.cpp index a0b25e193..569a40731 100644 --- a/src/modules/m_regex_glob.cpp +++ b/src/modules/m_regex_glob.cpp @@ -30,7 +30,7 @@ class GlobPattern final : public Regex::Pattern { public: - GlobPattern(const std::string& pattern, uint8_t options) + GlobPattern(const Module* mod, const std::string& pattern, uint8_t options) : Regex::Pattern(pattern, options) { } -- cgit v1.3.1-10-gc9f91