aboutsummaryrefslogtreecommitdiff
path: root/common/list.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-05-10 00:45:39 +0000
committerEugene Sandulenko2005-05-10 00:45:39 +0000
commit4cf368cbcb3a1944f074b079c8683eb57ddb71f3 (patch)
tree10c12be0489f315b4a5e4aa2e5d8e731a8545834 /common/list.h
parent3890d18e0cba28e4a1c1daf1ddf2a0e5c5a3ddf0 (diff)
downloadscummvm-rg350-4cf368cbcb3a1944f074b079c8683eb57ddb71f3.tar.gz
scummvm-rg350-4cf368cbcb3a1944f074b079c8683eb57ddb71f3.tar.bz2
scummvm-rg350-4cf368cbcb3a1944f074b079c8683eb57ddb71f3.zip
Fix compilation
svn-id: r18017
Diffstat (limited to 'common/list.h')
-rw-r--r--common/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/list.h b/common/list.h
index b64e6304c4..7de13c2f91 100644
--- a/common/list.h
+++ b/common/list.h
@@ -33,7 +33,7 @@ namespace Common {
template <class T>
class List {
protected:
-#if defined (_WIN32_WCE) || (_MSC_VER)
+#if defined (_WIN32_WCE) || defined (_MSC_VER)
//FIXME evc4 and msvc7 doesn't like it as protected member
public:
#endif