summaryrefslogtreecommitdiff
path: root/glib/glibmm/exceptionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glibmm/exceptionhandler.h')
-rw-r--r--glib/glibmm/exceptionhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glibmm/exceptionhandler.h b/glib/glibmm/exceptionhandler.h
index 534ca064..350cd023 100644
--- a/glib/glibmm/exceptionhandler.h
+++ b/glib/glibmm/exceptionhandler.h
@@ -34,7 +34,7 @@ sigc::connection add_exception_handler(const sigc::slot<void>& slot);
#ifndef DOXYGEN_SHOULD_SKIP_THIS
// internal
-void exception_handlers_invoke() throw();
+void exception_handlers_invoke() noexcept;
#endif //DOXYGEN_SHOULD_SKIP_THIS
} // namespace Glib