aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2009-03-10 21:47:53 +0000
committerTravis Howell2009-03-10 21:47:53 +0000
commite6d0a83bb1544b582ee17bb59fa402bee80c66dd (patch)
tree90f12bbf9ad6669ec59083b010b98cc551053716
parent0a38541cc50d0dc36172b337dc7eab4ae9ec5bb2 (diff)
downloadscummvm-rg350-e6d0a83bb1544b582ee17bb59fa402bee80c66dd.tar.gz
scummvm-rg350-e6d0a83bb1544b582ee17bb59fa402bee80c66dd.tar.bz2
scummvm-rg350-e6d0a83bb1544b582ee17bb59fa402bee80c66dd.zip
Fix compile of CINE engine.
svn-id: r39312
-rw-r--r--engines/cine/pal.h2
1 files changed, 1 insertions, 1 deletions
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 {