[Scummvm-cvs-logs] CVS: scummvm/common singleton.h,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Thu Dec 30 06:14:02 CET 2004


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25177

Modified Files:
	singleton.h 
Log Message:
cleanup

Index: singleton.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/singleton.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- singleton.h	29 Dec 2004 05:01:27 -0000	1.6
+++ singleton.h	30 Dec 2004 14:13:14 -0000	1.7
@@ -55,11 +55,6 @@
 	~Singleton<T>()		{ }
 }; 
 
-//TODO: The following poses a problem when building ScummVM with plugins...
-
-//template <class T>
-//T* Singleton<T>::_singleton=0;
-
 #define DECLARE_SINGLETON(T) template<> T* Common::Singleton<T>::_singleton=0
 
 }	// End of namespace Common





More information about the Scummvm-git-logs mailing list