From 24d74bceeee475b0093c3f1b46b7e82ea0918c93 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 2 Apr 2012 15:17:50 +0100 Subject: [PATCH] Don't declare 'Chunk' as both public and private, that's just daft. --- cde/programs/dtmail/include/DtMail/Buffer.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cde/programs/dtmail/include/DtMail/Buffer.hh b/cde/programs/dtmail/include/DtMail/Buffer.hh index 59a95ab5..3db90f70 100644 --- a/cde/programs/dtmail/include/DtMail/Buffer.hh +++ b/cde/programs/dtmail/include/DtMail/Buffer.hh @@ -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 -- 2.25.1