Memory/constructor/warning clean-up. Addresses issue #705.

This commit is contained in:
John Kessenich 2017-02-02 14:55:02 -07:00
parent f1aeac8944
commit 32fd5d26e3
7 changed files with 12 additions and 5 deletions

View file

@ -255,7 +255,7 @@ extern TPoolAllocator& GetThreadPoolAllocator();
struct TThreadMemoryPools
{
TPoolAllocator* threadPoolAllocator;
TPoolAllocator* threadPoolAllocator;
};
void SetThreadPoolAllocator(TPoolAllocator& poolAllocator);