X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules%2Fregex.h;fp=include%2Fmodules%2Fregex.h;h=6d036e148063e0615163b968fcfb357fd13a0a77;hb=b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3;hp=5a0ea49031037046c00436299dd9db22f21c2c60;hpb=8a5a1c799e5bec875b081f70639156429d7847e3;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules/regex.h b/include/modules/regex.h index 5a0ea4903..6d036e148 100644 --- a/include/modules/regex.h +++ b/include/modules/regex.h @@ -59,9 +59,9 @@ class RegexFactory : public DataProvider class RegexException : public ModuleException { public: - RegexException(const std::string& regex, const std::string& error) - : ModuleException("Error in regex '" + regex + "': " + error) { } + RegexException(const std::string& regex, const std::string& error) + : ModuleException("Error in regex '" + regex + "': " + error) { } - RegexException(const std::string& regex, const std::string& error, int offset) - : ModuleException("Error in regex '" + regex + "' at offset " + ConvToStr(offset) + ": " + error) { } + RegexException(const std::string& regex, const std::string& error, int offset) + : ModuleException("Error in regex '" + regex + "' at offset " + ConvToStr(offset) + ": " + error) { } };