aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/groovie/script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/groovie/script.h b/engines/groovie/script.h
index 43b7c06a54..df6c8dfe67 100644
--- a/engines/groovie/script.h
+++ b/engines/groovie/script.h
@@ -30,11 +30,11 @@
#include "common/rect.h"
namespace Common {
-class SeekableReadStream;
+ class SeekableReadStream;
}
namespace Graphics {
-class Surface;
+ struct Surface;
}
namespace Groovie {