Don't declare 'Chunk' as both public and private, that's just daft.
This commit is contained in:
@@ -103,7 +103,9 @@ class BufferMemory : public Buffer {
|
|||||||
virtual int getSize(void); // get total size of the buffer
|
virtual int getSize(void); // get total size of the buffer
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
#if !defined(linux)
|
||||||
class Chunk;
|
class Chunk;
|
||||||
|
#endif
|
||||||
|
|
||||||
BufferMemory(const Buffer&); // try and avoid copies
|
BufferMemory(const Buffer&); // try and avoid copies
|
||||||
void initBuffer(int size); // common constructor
|
void initBuffer(int size); // common constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user