diff options
author | Martin Kiewitz | 2010-02-04 22:30:46 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-02-04 22:30:46 +0000 |
commit | 3a94200e185f8de4ef8f775409f3ce1f60e39408 (patch) | |
tree | 6042a4a34cda3707f7918f989a60a6acefb06a6c /engines/sci | |
parent | cabd18da9e6a973e34bd841e4c30069ddd2a4808 (diff) | |
download | scummvm-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.h | 2 |
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: |