From 8fb57967d75b5ef9911fbbbf15eb25b43458c997 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 31 Oct 2019 21:35:41 +0100 Subject: 3DS: Avoid stat calls in DrivePOSIXFilesystemNode --- backends/fs/posix/posix-fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/fs/posix') 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. */ -- cgit v1.2.3