diff options
Diffstat (limited to 'ACE/ace/Refcounted_Auto_Ptr.inl')
-rw-r--r-- | ACE/ace/Refcounted_Auto_Ptr.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Refcounted_Auto_Ptr.inl b/ACE/ace/Refcounted_Auto_Ptr.inl index 017ffde2a80..f44159606ff 100644 --- a/ACE/ace/Refcounted_Auto_Ptr.inl +++ b/ACE/ace/Refcounted_Auto_Ptr.inl @@ -10,7 +10,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL template <class X, class ACE_LOCK> inline long ACE_Refcounted_Auto_Ptr_Rep<X, ACE_LOCK>::count (void) const { - return this->ref_count_; + return this->ref_count_.value(); } template <class X, class ACE_LOCK> inline long |