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.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/details/win32/exceptions.cxx b/odb/details/win32/exceptions.cxx
index 75043b4..10605c2 100644
--- a/odb/details/win32/exceptions.cxx
+++ b/odb/details/win32/exceptions.cxx
@@ -13,5 +13,11 @@ namespace odb
{
return "Win32 API error";
}
+
+ win32_exception* win32_exception::
+ clone () const
+ {
+ return new win32_exception (*this);
+ }
}
}