aboutsummaryrefslogtreecommitdiff
path: root/common/singleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/singleton.h')
-rw-r--r--common/singleton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/singleton.h b/common/singleton.h
index 7d9f5e04d6..7e1290b4cd 100644
--- a/common/singleton.h
+++ b/common/singleton.h
@@ -45,8 +45,8 @@ private:
* and you specialise makeInstance to return an instance of a subclass.
*/
//template <class T>
-#ifdef _WIN32_WCE
-//FIXME
+#if defined (_WIN32_WCE) || (_MSC_VER)
+//FIXME evc4 and msvc7 doesn't like it as private member
public:
#endif
static T* makeInstance() {