diff options
Diffstat (limited to 'odb/exception.hxx')
-rw-r--r-- | odb/exception.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/exception.hxx b/odb/exception.hxx index ff3fc63..c8e2f35 100644 --- a/odb/exception.hxx +++ b/odb/exception.hxx @@ -14,7 +14,7 @@ namespace odb { // By default return the exception type name ( typeid (*this).name () ). // - virtual char const* + virtual const char* what () const throw (); }; } |