aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/posix
diff options
context:
space:
mode:
authorBastien Bouclet2019-10-31 21:35:41 +0100
committerBastien Bouclet2019-10-31 21:35:41 +0100
commit8fb57967d75b5ef9911fbbbf15eb25b43458c997 (patch)
tree8ca7d224f3d346ef66469c8a98f957055ff1cfc2 /backends/fs/posix
parent17173f6dacd7591b237b6f03b9d5c8f21d3d6335 (diff)
downloadscummvm-rg350-8fb57967d75b5ef9911fbbbf15eb25b43458c997.tar.gz
scummvm-rg350-8fb57967d75b5ef9911fbbbf15eb25b43458c997.tar.bz2
scummvm-rg350-8fb57967d75b5ef9911fbbbf15eb25b43458c997.zip
3DS: Avoid stat calls in DrivePOSIXFilesystemNode
Diffstat (limited to 'backends/fs/posix')
-rw-r--r--backends/fs/posix/posix-fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/posix/posix-fs.h b/backends/fs/posix/posix-fs.h
index 9751ab74f6..6a67a616a3 100644
--- a/backends/fs/posix/posix-fs.h
+++ b/backends/fs/posix/posix-fs.h
@@ -70,7 +70,7 @@ public:
virtual Common::WriteStream *createWriteStream();
virtual bool createDirectory();
-private:
+protected:
/**
* Tests and sets the _isValid and _isDirectory flags, using the stat() function.
*/