summaryrefslogtreecommitdiffstats
path: root/client/glz_decode_tmpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/glz_decode_tmpl.c')
-rw-r--r--client/glz_decode_tmpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/glz_decode_tmpl.c b/client/glz_decode_tmpl.c
index 6942b73c..2c5d6a3c 100644
--- a/client/glz_decode_tmpl.c
+++ b/client/glz_decode_tmpl.c
@@ -175,7 +175,7 @@
size should be in PIXEL */
static size_t FNAME(decode)(GlzDecoderWindow &window, uint8_t* in_buf,
uint8_t *out_buf, int size,
- DecodedImageWinId image_win_id, Palette *plt,
+ DecodedImageWinId image_win_id, SpicePalette *plt,
GlzDecoderDebug &debug_calls)
{
uint8_t *ip = in_buf;