aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/exceptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/win32/exceptions.cxx')
-rw-r--r--odb/details/win32/exceptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/details/win32/exceptions.cxx b/odb/details/win32/exceptions.cxx
index 0e52348..1067a28 100644
--- a/odb/details/win32/exceptions.cxx
+++ b/odb/details/win32/exceptions.cxx
@@ -9,7 +9,7 @@ namespace odb
namespace details
{
const char* win32_exception::
- what () const throw ()
+ what () const ODB_NOTHROW_NOEXCEPT
{
return "Win32 API error";
}