From da400a38eda7b8a48c70ffe6ad03ea0df0233a14 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Mar 2004 13:02:28 +0000 Subject: Small tweaks for MIPSPro compiler svn-id: r13397 --- backends/fs/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') 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 { +class FSList : private Common::List { public: class const_iterator { friend class FSList; -- cgit v1.2.3