Some warning fixes

This commit is contained in:
Julian Laubstein
2015-08-18 08:49:00 +02:00
committed by Mattes D
parent d0f1eb1018
commit dd5201c29e
9 changed files with 70 additions and 39 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ cChunkMap::cChunkMap(cWorld * a_World) :
m_World(a_World),
m_Pool(
new cListAllocationPool<cChunkData::sChunkSection, 1600>(
std::auto_ptr<cAllocationPool<cChunkData::sChunkSection>::cStarvationCallbacks>(
std::unique_ptr<cAllocationPool<cChunkData::sChunkSection>::cStarvationCallbacks>(
new cStarvationCallbacks()
)
)