aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-20 19:42:08 -0400
committerPaul Gilbert2016-03-20 19:42:08 -0400
commit00edd712e85c7811c1b6f1119ad2abcad6999ce9 (patch)
tree3dd78aa5a0840b4c241368aa7ab3715772f938fd /engines/sherlock/surface.h
parentbf1199f3fe4631feb0a9cde091a08da9009d3643 (diff)
downloadscummvm-rg350-00edd712e85c7811c1b6f1119ad2abcad6999ce9.tar.gz
scummvm-rg350-00edd712e85c7811c1b6f1119ad2abcad6999ce9.tar.bz2
scummvm-rg350-00edd712e85c7811c1b6f1119ad2abcad6999ce9.zip
SHERLOCK: Fix overloaded setPixels warning
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 648b121852..856d0edc9b 100644
--- a/engines/sherlock/surface.h
+++ b/engines/sherlock/surface.h
@@ -54,7 +54,7 @@ public:
/**
* Set the surface details
*/
- void setPixels(byte *pixelsPtr, int sizeX, int sizeY, const Graphics::PixelFormat &pixFormat);
+ void setPixelsData(byte *pixelsPtr, int sizeX, int sizeY, const Graphics::PixelFormat &pixFormat);
/**
* Draws a surface on this surface