aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index a2f7230c6b..eb8d03fb90 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -81,8 +81,6 @@ private:
Bitmap operator=(const Bitmap &);
};
-typedef Common::SharedPtr<Bitmap> BitmapPtr;
-
class Picture : public MemoryObject {
public:
Picture();
@@ -122,7 +120,7 @@ protected:
int _field_44;
int _width;
int _height;
- BitmapPtr _bitmap;
+ Common::ScopedPtr<Bitmap> _bitmap;
int _field_54;
Common::ScopedPtr<MemoryObject2> _memoryObject2;
int _alpha;