aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/tracer/exceptions.hxx')
-rw-r--r--odb/tracer/exceptions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/tracer/exceptions.hxx b/odb/tracer/exceptions.hxx
index 7a1dc9f..bfe9c49 100644
--- a/odb/tracer/exceptions.hxx
+++ b/odb/tracer/exceptions.hxx
@@ -19,7 +19,7 @@ namespace odb
database_exception (const std::string&);
~database_exception () throw ();
- virtual char const*
+ virtual const char*
what () const throw ();
private: