aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/codec37.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush/codec37.h')
-rw-r--r--scumm/smush/codec37.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/codec37.h b/scumm/smush/codec37.h
index 5f87248d17..d145684b52 100644
--- a/scumm/smush/codec37.h
+++ b/scumm/smush/codec37.h
@@ -48,7 +48,7 @@ protected:
void proc4WithFDFE(byte *, byte *, int32, int32, int32, int32, int16 *);
void proc4WithoutFDFE(byte *, byte *, int32, int32, int32, int32, int16 *);
public:
- bool decode(Blitter &, Chunk &);
+ bool decode(byte *dst, Chunk &);
};
#endif