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:
parent
145ffe54dd
commit
24d74bceee
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue