summaryrefslogtreecommitdiffstats
path: root/source/cChunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cChunk.h')
-rw-r--r--source/cChunk.h2
1 files changed, 1 insertions, 1 deletions
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<cChunk> cChunkPtr;
+typedef cChunk * cChunkPtr;
typedef std::list<cChunkPtr> cChunkPtrList;