aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/staticbitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/staticbitmap.h')
-rw-r--r--engines/sword25/gfx/staticbitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/staticbitmap.h b/engines/sword25/gfx/staticbitmap.h
index 51e51f843b..c204d8fb9d 100644
--- a/engines/sword25/gfx/staticbitmap.h
+++ b/engines/sword25/gfx/staticbitmap.h
@@ -64,7 +64,7 @@ public:
virtual unsigned int GetPixel(int X, int Y) const;
- virtual bool SetContent(const std::vector<unsigned char> & Pixeldata, unsigned int Offset, unsigned int Stride);
+ virtual bool SetContent(const byte *Pixeldata, unsigned int Offset, unsigned int Stride);
virtual bool IsScalingAllowed() const;
virtual bool IsAlphaAllowed() const;