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, 1 insertions, 3 deletions
diff --git a/common/singleton.h b/common/singleton.h
index 4ef871b173..33e943f162 100644
--- a/common/singleton.h
+++ b/common/singleton.h
@@ -101,9 +101,7 @@ protected:
* namespace Common is referenced.
*/
#define DECLARE_SINGLETON(T) \
- namespace Common { \
- template<> T *Singleton<T>::_singleton = 0; \
- } // End of namespace Common
+ template<> T *Common::Singleton<T>::_singleton = 0
} // End of namespace Common