From 3890d18e0cba28e4a1c1daf1ddf2a0e5c5a3ddf0 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 10 May 2005 00:39:59 +0000 Subject: Fix compilation svn-id: r18016 --- common/singleton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/singleton.h b/common/singleton.h index 7e1290b4cd..5be31e2c24 100644 --- a/common/singleton.h +++ b/common/singleton.h @@ -45,7 +45,7 @@ private: * and you specialise makeInstance to return an instance of a subclass. */ //template -#if defined (_WIN32_WCE) || (_MSC_VER) +#if defined (_WIN32_WCE) || defined (_MSC_VER) //FIXME evc4 and msvc7 doesn't like it as private member public: #endif -- cgit v1.2.3