Don't declare 'Chunk' as both public and private, that's just daft.

This commit is contained in:
Peter Howkins 2012-04-02 15:17:50 +01:00
parent 145ffe54dd
commit 24d74bceee
1 changed files with 2 additions and 0 deletions

View File

@ -103,7 +103,9 @@ class BufferMemory : public Buffer {
virtual int getSize(void); // get total size of the buffer
private:
#if !defined(linux)
class Chunk;
#endif
BufferMemory(const Buffer&); // try and avoid copies
void initBuffer(int size); // common constructor