aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorMartin Kiewitz2010-02-04 22:30:46 +0000
committerMartin Kiewitz2010-02-04 22:30:46 +0000
commit3a94200e185f8de4ef8f775409f3ce1f60e39408 (patch)
tree6042a4a34cda3707f7918f989a60a6acefb06a6c /engines/sci
parentcabd18da9e6a973e34bd841e4c30069ddd2a4808 (diff)
downloadscummvm-rg350-3a94200e185f8de4ef8f775409f3ce1f60e39408.tar.gz
scummvm-rg350-3a94200e185f8de4ef8f775409f3ce1f60e39408.tar.bz2
scummvm-rg350-3a94200e185f8de4ef8f775409f3ce1f60e39408.zip
SCI: fix build paint16.h change
svn-id: r47892
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/graphics/paint16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/paint16.h b/engines/sci/graphics/paint16.h
index a537f47cac..d9e13a38a3 100644
--- a/engines/sci/graphics/paint16.h
+++ b/engines/sci/graphics/paint16.h
@@ -38,7 +38,7 @@ class GfxScreen;
class GfxPalette;
class Font;
class SciGuiPicture;
-class View;
+class GfxView;
class GfxPaint16 : public GfxPaint {
public: