aboutsummaryrefslogtreecommitdiff
path: root/engines/access/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/screen.h')
-rw-r--r--engines/access/screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/access/screen.h b/engines/access/screen.h
index 1d93efbfee..f790dd7986 100644
--- a/engines/access/screen.h
+++ b/engines/access/screen.h
@@ -89,9 +89,9 @@ public:
virtual void drawRect();
- virtual void copyFrom(ASurface *src, const Common::Point &destPos);
+ virtual void transCopyFrom(ASurface *src, const Common::Point &destPos);
- virtual void copyFrom(ASurface *src, const Common::Rect &bounds);
+ virtual void transCopyFrom(ASurface *src, const Common::Rect &bounds);
virtual void copyBuffer(Graphics::Surface *src);
public: