diff options
| -rw-r--r-- | engines/sci/graphics/maciconbar.h | 2 | ||||
| -rw-r--r-- | graphics/pict.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/engines/sci/graphics/maciconbar.h b/engines/sci/graphics/maciconbar.h index 668e033f6c..a9f1fe0243 100644 --- a/engines/sci/graphics/maciconbar.h +++ b/engines/sci/graphics/maciconbar.h @@ -31,7 +31,7 @@  #include "sci/engine/vm.h"  namespace Graphics { -	class Surface; +	struct Surface;  }  namespace Sci { diff --git a/graphics/pict.h b/graphics/pict.h index 14fea30125..12681f6128 100644 --- a/graphics/pict.h +++ b/graphics/pict.h @@ -38,7 +38,7 @@ namespace Common {  namespace Graphics {  class JPEG; -class Surface; +struct Surface;  class PictDecoder {  public: | 
