diff options
Diffstat (limited to 'odb/mysql/exceptions.cxx')
-rw-r--r-- | odb/mysql/exceptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/exceptions.cxx b/odb/mysql/exceptions.cxx index 395961e..71c61ec 100644 --- a/odb/mysql/exceptions.cxx +++ b/odb/mysql/exceptions.cxx @@ -51,7 +51,7 @@ namespace odb what_ = ostr.str (); } - char const* database_exception:: + const char* database_exception:: what () const throw () { return what_.c_str (); |