diff options
author | Johannes Schickel | 2008-12-25 00:16:29 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-12-25 00:16:29 +0000 |
commit | c8ae5fa9d2e778f85bbfc6e0df5d6c3cc66824fa (patch) | |
tree | a6cc0ca9fdf49d733a7e351495a1296dd10ff471 | |
parent | 891fb0f5c04a2a82bf50f1c470e62fa8d10d0b24 (diff) | |
download | scummvm-rg350-c8ae5fa9d2e778f85bbfc6e0df5d6c3cc66824fa.tar.gz scummvm-rg350-c8ae5fa9d2e778f85bbfc6e0df5d6c3cc66824fa.tar.bz2 scummvm-rg350-c8ae5fa9d2e778f85bbfc6e0df5d6c3cc66824fa.zip |
Fixed compilation with g++4.3
svn-id: r35532
-rw-r--r-- | engines/gob/coktelvideo.h | 1 | ||||
-rw-r--r-- | engines/gob/video.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/engines/gob/coktelvideo.h b/engines/gob/coktelvideo.h index 7ed90ed073..dc6b604f7e 100644 --- a/engines/gob/coktelvideo.h +++ b/engines/gob/coktelvideo.h @@ -34,7 +34,6 @@ namespace Gob { -class Graphics::PaletteLUT; class Indeo3; /** Common interface for handling Coktel Vision videos and derivated formats. */ diff --git a/engines/gob/video.h b/engines/gob/video.h index 50653bd26c..4a729b127c 100644 --- a/engines/gob/video.h +++ b/engines/gob/video.h @@ -37,8 +37,6 @@ namespace Graphics { 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 |