Compile fix
This commit is contained in:
@@ -153,7 +153,7 @@ inline S32 LLDynamicArray<Type,BlockSize>::put(const Type &obj)
|
||||
template <typename Type,int BlockSize>
|
||||
inline void LLDynamicArray<Type,BlockSize>::operator+=(const LLDynamicArray<Type,BlockSize> &other)
|
||||
{
|
||||
insert(this->end(), other.begin(), other.end());
|
||||
this->insert(this->end(), other.begin(), other.end());
|
||||
}
|
||||
|
||||
//--------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user