mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
tier1: fpermissive fixes
This commit is contained in:
parent
391a86b225
commit
0b3e8be302
@ -135,10 +135,10 @@ CUtlBlockMemory<T,I>::~CUtlBlockMemory()
|
||||
template< class T, class I >
|
||||
void CUtlBlockMemory<T,I>::Swap( CUtlBlockMemory< T, I > &mem )
|
||||
{
|
||||
swap( m_pMemory, mem.m_pMemory );
|
||||
swap( m_nBlocks, mem.m_nBlocks );
|
||||
swap( m_nIndexMask, mem.m_nIndexMask );
|
||||
swap( m_nIndexShift, mem.m_nIndexShift );
|
||||
this->swap( m_pMemory, mem.m_pMemory );
|
||||
this->swap( m_nBlocks, mem.m_nBlocks );
|
||||
this->swap( m_nIndexMask, mem.m_nIndexMask );
|
||||
this->swap( m_nIndexShift, mem.m_nIndexShift );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user