[Scummvm-cvs-logs] CVS: scummvm/common singleton.h,1.11,1.12

Pawel Kolodziejski aquadran at users.sourceforge.net
Thu Jan 27 13:42:57 CET 2005


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

Modified Files:
	singleton.h 
Log Message:
emsvc4 need public access, hmmm...

Index: singleton.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/singleton.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- singleton.h	10 Jan 2005 21:06:49 -0000	1.11
+++ singleton.h	27 Jan 2005 21:29:29 -0000	1.12
@@ -45,6 +45,10 @@
 	 * and you specialise makeInstance to return an instance of a subclass.
 	 */
 	//template <class T>
+#ifdef _WIN32_WCE
+//FIXME
+public:
+#endif
 	static T* makeInstance() {
 		return new T();
 	}





More information about the Scummvm-git-logs mailing list