diff options
author | Filippos Karapetis | 2010-06-15 18:36:05 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-06-15 18:36:05 +0000 |
commit | 9938661ffaa5923069fe5ee9e8f2ecb96a961ff5 (patch) | |
tree | 53c9612e133287acb15c79148ef1ed04b5e2697b | |
parent | 6210b44eba8ec045a06a1ef272b9b1465652889f (diff) | |
download | scummvm-rg350-9938661ffaa5923069fe5ee9e8f2ecb96a961ff5.tar.gz scummvm-rg350-9938661ffaa5923069fe5ee9e8f2ecb96a961ff5.tar.bz2 scummvm-rg350-9938661ffaa5923069fe5ee9e8f2ecb96a961ff5.zip |
Surface is a struct, not a class
svn-id: r49883
-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 { |