From fb7e7c6ea7a8bd8501805a24d76e58ee617cdbe3 Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 25 Nov 2015 12:25:04 +1000 Subject: Fix compiler errors and warnings on image handling with multiple image formats turned on. --- src/gdisp/gdisp_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gdisp/gdisp_image.h') diff --git a/src/gdisp/gdisp_image.h b/src/gdisp/gdisp_image.h index 4613bea7..2b6fdf19 100644 --- a/src/gdisp/gdisp_image.h +++ b/src/gdisp/gdisp_image.h @@ -66,7 +66,7 @@ typedef struct gdispImage { uint32_t maxmemused; /* @< How much RAM has been allocated (maximum) */ #endif const struct gdispImageHandlers * fns; /* @< Don't mess with this! */ - struct gdispImagePrivate * priv; /* @< Don't mess with this! */ + void * priv; /* @< Don't mess with this! */ } gdispImage; #ifdef __cplusplus -- cgit v1.2.3