diff options
Diffstat (limited to 'common/singleton.h')
-rw-r--r-- | common/singleton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/singleton.h b/common/singleton.h index 43f1c0c4d0..d7078360f3 100644 --- a/common/singleton.h +++ b/common/singleton.h @@ -43,8 +43,8 @@ private: * singleton class might be pure virtual (or "abstract" in Java terminology), * and you specialise makeInstance to return an instance of a subclass. */ - //template <class T> -#if defined (_WIN32_WCE) || defined (_MSC_VER) || defined (__WINS__) + //template<class T> +#if defined(_WIN32_WCE) || defined(_MSC_VER) || defined(__WINS__) //FIXME evc4 and msvc7 doesn't like it as private member public: #endif |