aboutsummaryrefslogtreecommitdiff
path: root/odb/details/win32/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/win32/exceptions.hxx')
-rw-r--r--odb/details/win32/exceptions.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/details/win32/exceptions.hxx b/odb/details/win32/exceptions.hxx
index ecc36b6..c987430 100644
--- a/odb/details/win32/exceptions.hxx
+++ b/odb/details/win32/exceptions.hxx
@@ -26,6 +26,9 @@ namespace odb
virtual const char*
what () const throw ();
+ virtual win32_exception*
+ clone () const;
+
private:
DWORD code_;
};