From 9d3b837461afd4c7492d629ecb7e778e0ed9141a Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 23 Feb 2012 21:02:38 +0000 Subject: Made cChunkPtr a plain old pointer again, since it's safe now git-svn-id: http://mc-server.googlecode.com/svn/trunk@324 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cChunk.h') diff --git a/source/cChunk.h b/source/cChunk.h index 8e0e9e627..b13cbd920 100644 --- a/source/cChunk.h +++ b/source/cChunk.h @@ -280,7 +280,7 @@ private: cClientHandleList GetAllClients(void) const {return m_LoadedByClient; } }; -typedef std::tr1::shared_ptr cChunkPtr; +typedef cChunk * cChunkPtr; typedef std::list cChunkPtrList; -- cgit v1.2.3