From b86ae6641bea6d4d7a4e3f8e90cf976b5a63c7b1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 17 Oct 2003 10:22:40 +0000 Subject: make FSList inherit 'public' from List (so that we can use List::Iterator) svn-id: r10849 --- backends/fs/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/fs') 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 { +class FSList : public Common::List { public: ~FSList() { for (int i = 0; i < _size; i++) -- cgit v1.2.3