From 0a95a3e57d152f154af5d07d537e0c99b374a20f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Aug 2010 12:07:03 +0200 Subject: Make use of const style consistent --- odb/shared-ptr/base.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/shared-ptr/base.cxx') 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"; -- cgit v1.1