| Index: core/src/fxcrt/fxcrt_platforms.cpp
|
| diff --git a/core/src/fxcrt/fxcrt_platforms.cpp b/core/src/fxcrt/fxcrt_platforms.cpp
|
| index cdf3d421f5099570cb7d6637a681a49bdb1ee939..d9b99624d37485cc750436a24355bdb451092010 100644
|
| --- a/core/src/fxcrt/fxcrt_platforms.cpp
|
| +++ b/core/src/fxcrt/fxcrt_platforms.cpp
|
| @@ -9,7 +9,7 @@
|
| #if (_FXM_PLATFORM_ != _FXM_PLATFORM_WINDOWS_ && _FXM_PLATFORM_ != _FXM_PLATFORM_LINUX_ && _FXM_PLATFORM_ != _FXM_PLATFORM_APPLE_ && _FXM_PLATFORM_ != _FXM_PLATFORM_ANDROID_)
|
| IFXCRT_FileAccess* FXCRT_FileAccess_Create()
|
| {
|
| - return FX_NEW CFXCRT_FileAccess_CRT;
|
| + return new CFXCRT_FileAccess_CRT;
|
| }
|
| void FXCRT_GetFileModeString(FX_DWORD dwModes, CFX_ByteString &bsMode)
|
| {
|
|
|