1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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

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