diff options
Diffstat (limited to 'common/lz.h')
-rw-r--r-- | common/lz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lz.h b/common/lz.h index 074f633b..3fe1b4c8 100644 --- a/common/lz.h +++ b/common/lz.h @@ -52,7 +52,7 @@ int lz_encode(LzContext *lz, LzImageType type, int width, int height, int top_do */ void lz_decode_begin(LzContext *lz, uint8_t *io_ptr, unsigned int num_io_bytes, LzImageType *out_type, int *out_width, int *out_height, - int *out_n_pixels, int *out_top_down, const Palette *palette); + int *out_n_pixels, int *out_top_down, const SpicePalette *palette); /* to_type = the image output type. |