summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_fileaccess_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/cfx_fileaccess_windows.h')
-rw-r--r--core/fxcrt/cfx_fileaccess_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_fileaccess_windows.h b/core/fxcrt/cfx_fileaccess_windows.h
index fad2ed6f94..6d58409e65 100644
--- a/core/fxcrt/cfx_fileaccess_windows.h
+++ b/core/fxcrt/cfx_fileaccess_windows.h
@@ -35,7 +35,7 @@ class CFX_FileAccess_Windows final : public FileAccessIface {
bool Flush() override;
bool Truncate(FX_FILESIZE szFile) override;
- protected:
+ private:
void* m_hFile;
};