diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/list.h | 2 |
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 |