aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/date-time/exceptions.hxx')
-rw-r--r--odb/qt/date-time/exceptions.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/qt/date-time/exceptions.hxx b/odb/qt/date-time/exceptions.hxx
index bdbc590..70b8181 100644
--- a/odb/qt/date-time/exceptions.hxx
+++ b/odb/qt/date-time/exceptions.hxx
@@ -20,6 +20,9 @@ namespace odb
{
virtual const char*
what () const throw ();
+
+ virtual value_out_of_range*
+ clone () const;
};
}
}