summaryrefslogtreecommitdiffstats
path: root/include/codemaker/global.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/codemaker/global.hxx')
-rw-r--r--include/codemaker/global.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/codemaker/global.hxx b/include/codemaker/global.hxx
index c3bb22942cf7..3fff70f9988f 100644
--- a/include/codemaker/global.hxx
+++ b/include/codemaker/global.hxx
@@ -82,7 +82,7 @@ class CannotDumpException final {
public:
CannotDumpException(OUString const & message): message_(message) {}
- ~CannotDumpException() throw ();
+ ~CannotDumpException() noexcept;
const OUString& getMessage() const { return message_; }