From d6547ea5362067a76ebe2fd4be799662393c4895 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 29 Dec 2004 05:01:27 +0000 Subject: Compile fix from cyx svn-id: r16366 --- common/singleton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/singleton.h b/common/singleton.h index 8ea666cbed..711626781f 100644 --- a/common/singleton.h +++ b/common/singleton.h @@ -60,7 +60,7 @@ protected: //template //T* Singleton::_singleton=0; -#define DECLARE_SINGLETON(T) T* Common::Singleton::_singleton=0 +#define DECLARE_SINGLETON(T) template<> T* Common::Singleton::_singleton=0 } // End of namespace Common -- cgit v1.2.3