aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/surface.h')
-rw-r--r--engines/sherlock/surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/surface.h b/engines/sherlock/surface.h
index f3b1b393bb..1cb78db072 100644
--- a/engines/sherlock/surface.h
+++ b/engines/sherlock/surface.h
@@ -139,7 +139,7 @@ public:
/**
* Set the pixels for the surface to an existing data block
*/
- void setPixels(byte *pixels, int w, int h);
+ void setPixels(byte *pixels, int width, int height);
inline uint16 w() const { return _surface.w; }
inline uint16 h() const { return _surface.h; }