aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/exception.hxx')
-rw-r--r--odb/qt/exception.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/qt/exception.hxx b/odb/qt/exception.hxx
index 89a0ec7..0604c72 100644
--- a/odb/qt/exception.hxx
+++ b/odb/qt/exception.hxx
@@ -9,6 +9,7 @@
#include <odb/exceptions.hxx>
+#include <odb/details/config.hxx> // ODB_NOTHROW_NOEXCEPT
#include <odb/qt/details/export.hxx>
namespace odb
@@ -18,7 +19,7 @@ namespace odb
struct LIBODB_QT_EXPORT exception: odb::exception
{
virtual const char*
- what () const throw () = 0;
+ what () const ODB_NOTHROW_NOEXCEPT = 0;
};
}
}