mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
Fix one more missing this-> to placate that picky clang++.
llvm-svn: 91536
This commit is contained in:
parent
929f303477
commit
9d1eac0cdd
@ -218,7 +218,7 @@ void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
|
||||
if (!this->isSmall())
|
||||
operator delete(this->begin());
|
||||
|
||||
setEnd(NewElts+CurSize);
|
||||
this->setEnd(NewElts+CurSize);
|
||||
this->BeginX = NewElts;
|
||||
this->CapacityX = this->begin()+NewCapacity;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user