aboutsummaryrefslogtreecommitdiff
path: root/odb/details/shared-ptr/base.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/shared-ptr/base.txx')
-rw-r--r--odb/details/shared-ptr/base.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/details/shared-ptr/base.txx b/odb/details/shared-ptr/base.txx
index a836974..a57ce91 100644
--- a/odb/details/shared-ptr/base.txx
+++ b/odb/details/shared-ptr/base.txx
@@ -68,7 +68,7 @@ namespace odb
template <typename X>
struct counter_type<X, sizeof (meta::no)>
{
- typedef X r;
+ typedef typename details::counter_type<X>::counter r;
};
template <typename X>