summaryrefslogtreecommitdiff
path: root/include/memory
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2015-06-19 19:32:06 +0000
committerMarshall Clow <mclow.lists@gmail.com>2015-06-19 19:32:06 +0000
commit46d06b90c12482c6b62fff2b39dfbc7acc394deb (patch)
treed088d536c81a5fd95bb76d1f892ccfc24e0af99f /include/memory
parentcb126215aa371c10e3b10fa70044d9edc385a768 (diff)
Fix illegal chars that snuck into <memory>
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@240163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/memory')
-rw-r--r--include/memory2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/memory b/include/memory
index 7763c1972..69702c619 100644
--- a/include/memory
+++ b/include/memory
@@ -4076,7 +4076,7 @@ private:
{
__e->__weak_this_.__ptr_ = const_cast<_Yp*>(static_cast<const _Yp*>(__e));
__e->__weak_this_.__cntrl_ = __cntrl_;
-       __cntrl_->__add_weak();
+ __cntrl_->__add_weak();
}
}