| Index: core/src/fxcrt/fxcrt_platforms.h
|
| diff --git a/core/src/fxcrt/fxcrt_platforms.h b/core/src/fxcrt/fxcrt_platforms.h
|
| index dbdff6aba0d00b5e892783932a20cfaf5882b941..dbfa58be1aab7dceb108f129ab02bc879150c80b 100644
|
| --- a/core/src/fxcrt/fxcrt_platforms.h
|
| +++ b/core/src/fxcrt/fxcrt_platforms.h
|
| @@ -10,7 +10,7 @@
|
| #if _FX_OS_ == _FX_ANDROID_
|
| void FXCRT_GetFileModeString(FX_DWORD dwModes, CFX_ByteString &bsMode);
|
| void FXCRT_GetFileModeString(FX_DWORD dwModes, CFX_WideString &wsMode);
|
| -class CFXCRT_FileAccess_CRT : public IFXCRT_FileAccess, public CFX_Object
|
| +class CFXCRT_FileAccess_CRT : public IFXCRT_FileAccess
|
| {
|
| public:
|
| CFXCRT_FileAccess_CRT();
|
|
|