diff options
Diffstat (limited to 'backends/fs/posix/posix-fs.h')
-rw-r--r-- | backends/fs/posix/posix-fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/fs/posix/posix-fs.h b/backends/fs/posix/posix-fs.h index 7bd21c94b1..8050f52b41 100644 --- a/backends/fs/posix/posix-fs.h +++ b/backends/fs/posix/posix-fs.h @@ -43,11 +43,11 @@ protected: Common::String _path; bool _isDirectory; bool _isValid; - + virtual AbstractFSNode *makeNode(const Common::String &path) const { return new POSIXFilesystemNode(path); } - + /** * Plain constructor, for internal use only (hence protected). */ |