aboutsummaryrefslogtreecommitdiff
path: root/odb/shared-ptr/base.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/shared-ptr/base.cxx
parentc56f32eb5e0b88ef8297a691f5286ba4aa4aa8b4 (diff)
Make use of const style consistent
Diffstat (limited to 'odb/shared-ptr/base.cxx')
-rw-r--r--odb/shared-ptr/base.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/shared-ptr/base.cxx b/odb/shared-ptr/base.cxx
index 11fa1c2..56fc32c 100644
--- a/odb/shared-ptr/base.cxx
+++ b/odb/shared-ptr/base.cxx
@@ -16,7 +16,7 @@ odb::share exclusive = odb::share (2);
//
namespace odb
{
- char const* not_shared::
+ const char* not_shared::
what () const throw ()
{
return "object is not shared";