diff options
Diffstat (limited to 'backends/fs')
-rw-r--r-- | backends/fs/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/fs.h b/backends/fs/fs.h index 45abea5192..c6b35e6a02 100644 --- a/backends/fs/fs.h +++ b/backends/fs/fs.h @@ -149,7 +149,7 @@ public: /** * Sorted list of multiple file system nodes. E.g. the contents of a given directory. */ -class FSList : Common::List<FilesystemNode *> { +class FSList : private Common::List<FilesystemNode *> { public: class const_iterator { friend class FSList; |