summaryrefslogtreecommitdiff
path: root/core/src/fxcrt/fxcrt_platforms.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fxcrt/fxcrt_platforms.h')
-rw-r--r--core/src/fxcrt/fxcrt_platforms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcrt/fxcrt_platforms.h b/core/src/fxcrt/fxcrt_platforms.h
index 4cb839961d..dbdff6aba0 100644
--- a/core/src/fxcrt/fxcrt_platforms.h
+++ b/core/src/fxcrt/fxcrt_platforms.h
@@ -18,7 +18,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);