[Scummvm-cvs-logs] SF.net SVN: scummvm:[35532] scummvm/trunk/engines/gob

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Dec 25 01:16:29 CET 2008


Revision: 35532
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35532&view=rev
Author:   lordhoto
Date:     2008-12-25 00:16:29 +0000 (Thu, 25 Dec 2008)

Log Message:
-----------
Fixed compilation with g++4.3

Modified Paths:
--------------
    scummvm/trunk/engines/gob/coktelvideo.h
    scummvm/trunk/engines/gob/video.h

Modified: scummvm/trunk/engines/gob/coktelvideo.h
===================================================================
--- scummvm/trunk/engines/gob/coktelvideo.h	2008-12-24 22:40:10 UTC (rev 35531)
+++ scummvm/trunk/engines/gob/coktelvideo.h	2008-12-25 00:16:29 UTC (rev 35532)
@@ -34,7 +34,6 @@
 
 namespace Gob {
 
-class Graphics::PaletteLUT;
 class Indeo3;
 
 /** Common interface for handling Coktel Vision videos and derivated formats. */

Modified: scummvm/trunk/engines/gob/video.h
===================================================================
--- scummvm/trunk/engines/gob/video.h	2008-12-24 22:40:10 UTC (rev 35531)
+++ scummvm/trunk/engines/gob/video.h	2008-12-25 00:16:29 UTC (rev 35532)
@@ -37,8 +37,6 @@
 
 namespace Gob {
 
-class Graphics::PaletteLUT;
-
 // Some Surfaces are simultaneous in Draw::spritesArray and discrete
 // variables, so it's a references counting class that cleans
 // up its own mess


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list