| Index: core/src/fxcrt/fxcrt_posix.cpp
|
| diff --git a/core/src/fxcrt/fxcrt_posix.cpp b/core/src/fxcrt/fxcrt_posix.cpp
|
| index 98f9a71c6c163bc4662deb7b8651f7c8ff22ea33..2982435c9610db4fd708a155e5555cf13b02a107 100644
|
| --- a/core/src/fxcrt/fxcrt_posix.cpp
|
| +++ b/core/src/fxcrt/fxcrt_posix.cpp
|
| @@ -9,7 +9,7 @@
|
| #if _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_Posix;
|
| + return new CFXCRT_FileAccess_Posix;
|
| }
|
| void FXCRT_Posix_GetFileMode(FX_DWORD dwModes, FX_INT32 &nFlags, FX_INT32 &nMasks)
|
| {
|
|
|