| Index: core/src/fxcrt/extension.h
|
| diff --git a/core/src/fxcrt/extension.h b/core/src/fxcrt/extension.h
|
| index 961e0ecf3aff60a19ca9b5526e1bbadcec1b7fd2..dbee7e676a2c9ab9bcc88cbbfe52302cc42f074c 100644
|
| --- a/core/src/fxcrt/extension.h
|
| +++ b/core/src/fxcrt/extension.h
|
| @@ -28,7 +28,7 @@ public:
|
| virtual FX_BOOL Truncate(FX_FILESIZE szFile) = 0;
|
| };
|
| IFXCRT_FileAccess* FXCRT_FileAccess_Create();
|
| -class CFX_CRTFileStream FX_FINAL : public IFX_FileStream, public CFX_Object
|
| +class CFX_CRTFileStream FX_FINAL : public IFX_FileStream
|
| {
|
| public:
|
| CFX_CRTFileStream(IFXCRT_FileAccess* pFA) : m_pFile(pFA), m_dwCount(1), m_bUseRange(FALSE), m_nOffset(0), m_nSize(0) {}
|
| @@ -133,7 +133,7 @@ public:
|
| #define FX_MEMSTREAM_BlockSize (64 * 1024)
|
| #define FX_MEMSTREAM_Consecutive 0x01
|
| #define FX_MEMSTREAM_TakeOver 0x02
|
| -class CFX_MemoryStream FX_FINAL : public IFX_MemoryStream, public CFX_Object
|
| +class CFX_MemoryStream FX_FINAL : public IFX_MemoryStream
|
| {
|
| public:
|
| CFX_MemoryStream(FX_BOOL bConsecutive)
|
|
|