diff options
Diffstat (limited to 'engines/startrek/graphics.h')
-rw-r--r-- | engines/startrek/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/startrek/graphics.h b/engines/startrek/graphics.h index deca9e550d..3357931bb9 100644 --- a/engines/startrek/graphics.h +++ b/engines/startrek/graphics.h @@ -57,7 +57,7 @@ public: * whole bitmap, even if some is outside the drawable space) * @param drawRect The clipped rectangle to draw at (must be within the drawable space) */ - void drawBitmapToBackground(const Common::Rect &origRect, const Common::Rect &drawRect, SharedPtr<Bitmap> bitmap); + void drawBitmapToBackground(const Common::Rect &origRect, const Common::Rect &drawRect, Bitmap *bitmap); void fillBackgroundRect(const Common::Rect &rect, byte color); byte *getBackgroundPixels(); |