summaryrefslogtreecommitdiffstats
path: root/source/cChunk.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cChunk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cChunk.h b/source/cChunk.h
index 8555e01cf..15577d372 100644
--- a/source/cChunk.h
+++ b/source/cChunk.h
@@ -102,8 +102,8 @@ public:
static const int c_BlockDataSize = c_NumBlocks * 2 + (c_NumBlocks/2); // 2.5 * numblocks
// Reference counting
- int AddReference( const char* a_Info = 0 ); // a_Info is for debugging
- void RemoveReference( int a_ID = -1 );
+ void AddReference();
+ void RemoveReference();
int GetReferenceCount();
private:
struct sChunkState;