From 4cf368cbcb3a1944f074b079c8683eb57ddb71f3 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 10 May 2005 00:45:39 +0000 Subject: Fix compilation svn-id: r18017 --- common/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 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 -- cgit v1.2.3