summaryrefslogtreecommitdiff
path: root/glib/glibmm/exception.cc
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glibmm/exception.cc')
-rw-r--r--glib/glibmm/exception.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glibmm/exception.cc b/glib/glibmm/exception.cc
index cc3d8efd..bf81ee00 100644
--- a/glib/glibmm/exception.cc
+++ b/glib/glibmm/exception.cc
@@ -30,7 +30,7 @@
namespace Glib
{
-Exception::~Exception() throw()
+Exception::~Exception() noexcept
{}
Glib::ustring Exception::what() const