diff options
-rw-r--r-- | engines/cine/pal.h | 2 |
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 { |