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.ixx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/shared-ptr/base.ixx') diff --git a/odb/shared-ptr/base.ixx b/odb/shared-ptr/base.ixx index 992e156..ee27fbe 100644 --- a/odb/shared-ptr/base.ixx +++ b/odb/shared-ptr/base.ixx @@ -30,13 +30,13 @@ namespace odb } inline shared_base:: - shared_base (shared_base const&) + shared_base (const shared_base&) : counter_ (1) { } inline shared_base& shared_base:: - operator= (shared_base const&) + operator= (const shared_base&) { return *this; } -- cgit v1.1