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.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/exception.hxx') diff --git a/odb/exception.hxx b/odb/exception.hxx index ff3fc63..c8e2f35 100644 --- a/odb/exception.hxx +++ b/odb/exception.hxx @@ -14,7 +14,7 @@ namespace odb { // By default return the exception type name ( typeid (*this).name () ). // - virtual char const* + virtual const char* what () const throw (); }; } -- cgit v1.1