aboutsummaryrefslogtreecommitdiff
path: root/odb/exception.hxx
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.hxx
parentc56f32eb5e0b88ef8297a691f5286ba4aa4aa8b4 (diff)
Make use of const style consistent
Diffstat (limited to 'odb/exception.hxx')
-rw-r--r--odb/exception.hxx2
1 files changed, 1 insertions, 1 deletions
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 ();
};
}