aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/fs/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/fs.h b/backends/fs/fs.h
index 6a5ab500d0..e849a57f10 100644
--- a/backends/fs/fs.h
+++ b/backends/fs/fs.h
@@ -146,7 +146,7 @@ public:
/*
* A sorted list of multiple file system nodes. E.g. the contents of a given directory.
*/
-class FSList : Common::List<FilesystemNode *> {
+class FSList : public Common::List<FilesystemNode *> {
public:
~FSList() {
for (int i = 0; i < _size; i++)