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/exception.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/exception.cxx') 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 (); -- cgit v1.1