[Scummvm-cvs-logs] CVS: scummvm/common list.h,1.24,1.25

Eugene Sandulenko sev at users.sourceforge.net
Mon May 9 17:53:01 CEST 2005


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

Modified Files:
	list.h 
Log Message:
Fix compilation


Index: list.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/list.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- list.h	9 May 2005 22:39:16 -0000	1.24
+++ list.h	10 May 2005 00:45:39 -0000	1.25
@@ -33,7 +33,7 @@
 template <class T>
 class List {
 protected:
-#if defined (_WIN32_WCE) || (_MSC_VER)
+#if defined (_WIN32_WCE) || defined (_MSC_VER)
 //FIXME evc4 and msvc7 doesn't like it as protected member
 public:
 #endif





More information about the Scummvm-git-logs mailing list