From 9938661ffaa5923069fe5ee9e8f2ecb96a961ff5 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 15 Jun 2010 18:36:05 +0000 Subject: Surface is a struct, not a class svn-id: r49883 --- engines/groovie/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/groovie/script.h') diff --git a/engines/groovie/script.h b/engines/groovie/script.h index 43b7c06a54..cda87a8917 100644 --- a/engines/groovie/script.h +++ b/engines/groovie/script.h @@ -34,7 +34,7 @@ class SeekableReadStream; } namespace Graphics { -class Surface; +struct Surface; } namespace Groovie { -- cgit v1.2.3