summaryrefslogtreecommitdiff
path: root/include/regexpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/regexpr.h')
-rw-r--r--include/regexpr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/regexpr.h b/include/regexpr.h
index 697e32c6e..8f5190b3a 100644
--- a/include/regexpr.h
+++ b/include/regexpr.h
@@ -20,7 +20,7 @@ class RegexException : public CoreException
public:
RegexException(const Anope::string &reason = "") : CoreException(reason) { }
- virtual ~RegexException() throw() = default;
+ virtual ~RegexException() noexcept = default;
};
class CoreExport Regex