diff options
-rw-r--r-- | engines/groovie/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |