aboutsummaryrefslogtreecommitdiff
path: root/odb/exception.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-16 12:07:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-16 12:07:03 +0200
commit0a95a3e57d152f154af5d07d537e0c99b374a20f (patch)
tree6f4df0401292122c85fd1c9faeb28e3c4e8da1d6 /odb/exception.cxx
parentc56f32eb5e0b88ef8297a691f5286ba4aa4aa8b4 (diff)
Make use of const style consistent
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 ();