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