From e6d0a83bb1544b582ee17bb59fa402bee80c66dd Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 10 Mar 2009 21:47:53 +0000 Subject: Fix compile of CINE engine. svn-id: r39312 --- engines/cine/pal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/cine/pal.h b/engines/cine/pal.h index d17e522e9a..d21e7e206a 100644 --- a/engines/cine/pal.h +++ b/engines/cine/pal.h @@ -29,7 +29,7 @@ // Forward declare Graphics::PixelFormat so we don't have to include its header here namespace Graphics { struct PixelFormat; -}; +} namespace Cine { -- cgit v1.2.3