[Scummvm-cvs-logs] CVS: scummvm/common singleton.h,1.13,1.14

Eugene Sandulenko sev at users.sourceforge.net
Mon May 9 17:45:34 CEST 2005


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

Modified Files:
	singleton.h 
Log Message:
Fix compilation


Index: singleton.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/singleton.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- singleton.h	9 May 2005 22:39:16 -0000	1.13
+++ singleton.h	10 May 2005 00:39:59 -0000	1.14
@@ -45,7 +45,7 @@
 	 * and you specialise makeInstance to return an instance of a subclass.
 	 */
 	//template <class T>
-#if defined (_WIN32_WCE) || (_MSC_VER)
+#if defined (_WIN32_WCE) || defined (_MSC_VER)
 //FIXME evc4 and msvc7 doesn't like it as private member
 public:
 #endif





More information about the Scummvm-git-logs mailing list