aboutsummaryrefslogtreecommitdiff
path: root/odb/shared-ptr/base.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/shared-ptr/base.ixx')
-rw-r--r--odb/shared-ptr/base.ixx4
1 files changed, 2 insertions, 2 deletions
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;
}