[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.100,1.101

Pawel Kolodziejski aquadran at users.sourceforge.net
Mon May 9 10:26:48 CEST 2005


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

Modified Files:
	system.h 
Log Message:
fixed warnings

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- system.h	9 May 2005 12:22:57 -0000	1.100
+++ system.h	9 May 2005 17:24:23 -0000	1.101
@@ -29,7 +29,7 @@
 #include "common/singleton.h"
 
 namespace Graphics {
-class Surface;
+struct Surface;
 } // end of namespace Graphics
 
 class SaveFileManager;





More information about the Scummvm-git-logs mailing list