diff options
| author | 2022-01-07 17:12:42 +0000 | |
|---|---|---|
| committer | 2022-01-07 17:16:50 +0000 | |
| commit | 52cc8a418307ae7a551d23e6bd2d367b544e7bf9 (patch) | |
| tree | 9fff020964190f33174e78ff6201381be577d0b3 /src/modules/m_regex_glob.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Refactor CoreException and ModuleException.
Diffstat (limited to 'src/modules/m_regex_glob.cpp')
| -rw-r--r-- | src/modules/m_regex_glob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |
