| Index: core/src/fxcrt/fxcrt_posix.h
|
| diff --git a/core/src/fxcrt/fxcrt_posix.h b/core/src/fxcrt/fxcrt_posix.h
|
| index f76e35cdd15b5b5d0fe27a21c3f40211fa5b7d30..db4377f5f247476fa8ee6253f0728e18db47acfd 100644
|
| --- a/core/src/fxcrt/fxcrt_posix.h
|
| +++ b/core/src/fxcrt/fxcrt_posix.h
|
| @@ -16,7 +16,7 @@ public:
|
| virtual FX_BOOL Open(FX_BSTR fileName, FX_DWORD dwMode);
|
| virtual FX_BOOL Open(FX_WSTR fileName, FX_DWORD dwMode);
|
| virtual void Close();
|
| - virtual void Release(IFX_Allocator* pAllocator = NULL);
|
| + virtual void Release();
|
| virtual FX_FILESIZE GetSize() const;
|
| virtual FX_FILESIZE GetPosition() const;
|
| virtual FX_FILESIZE SetPosition(FX_FILESIZE pos);
|
|
|