aboutsummaryrefslogtreecommitdiff
path: root/odb/exception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/exception.cxx')
-rw-r--r--odb/exception.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/exception.cxx b/odb/exception.cxx
index 52d8370..330e70a 100644
--- a/odb/exception.cxx
+++ b/odb/exception.cxx
@@ -9,7 +9,7 @@
namespace odb
{
- char const* exception::
+ const char* exception::
what () const throw ()
{
return typeid (*this).name ();