From c7b4b9f819e0c1335ece87695599474fc14fcdcf Mon Sep 17 00:00:00 2001 From: faketruth Date: Fri, 21 Oct 2011 21:25:29 +0000 Subject: Compiles for linux git-svn-id: http://mc-server.googlecode.com/svn/trunk@6 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunk.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/cChunk.h') diff --git a/source/cChunk.h b/source/cChunk.h index 83c14dcfa..d90e817cf 100644 --- a/source/cChunk.h +++ b/source/cChunk.h @@ -7,6 +7,7 @@ namespace Json class Value; }; +class cCriticalSection; class cFurnaceEntity; class cPacket; class cBlockEntity; @@ -123,5 +124,5 @@ private: unsigned int m_BlockTickNum; unsigned int m_BlockTickX, m_BlockTickY, m_BlockTickZ; - void* m_EntitiesCriticalSection; + cCriticalSection* m_EntitiesCriticalSection; }; \ No newline at end of file -- cgit v1.2.3