summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_fileaccess_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/cfx_fileaccess_posix.h')
-rw-r--r--core/fxcrt/cfx_fileaccess_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_fileaccess_posix.h b/core/fxcrt/cfx_fileaccess_posix.h
index 7b8230de18..c759d8c1aa 100644
--- a/core/fxcrt/cfx_fileaccess_posix.h
+++ b/core/fxcrt/cfx_fileaccess_posix.h
@@ -37,7 +37,7 @@ class CFX_FileAccess_Posix final : public FileAccessIface {
bool Flush() override;
bool Truncate(FX_FILESIZE szFile) override;
- protected:
+ private:
int32_t m_nFD;
};