aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2013-04-04 21:01:49 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2013-04-04 21:01:49 +1000
commit553b3682faea820f95608a0143153d2676ea2046 (patch)
tree5104cca1b849326b0ba7f52c79a011e4c3cf540a /include
parent3473ad8820fe80c027acfec76f546d321ef01045 (diff)
downloaduGFX-553b3682faea820f95608a0143153d2676ea2046.tar.gz
uGFX-553b3682faea820f95608a0143153d2676ea2046.tar.bz2
uGFX-553b3682faea820f95608a0143153d2676ea2046.zip
Change Memory Reader prototype
Change Memory Reader prototype to prevent signed, unsigned warning
Diffstat (limited to 'include')
-rw-r--r--include/gdisp/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdisp/image.h b/include/gdisp/image.h
index 8e71437b..49b10d42 100644
--- a/include/gdisp/image.h
+++ b/include/gdisp/image.h
@@ -135,7 +135,7 @@ extern "C" {
*
* @note Always returns TRUE for a Memory Reader
*/
- bool_t gdispImageSetMemoryReader(gdispImage *img, const char *memimage);
+ bool_t gdispImageSetMemoryReader(gdispImage *img, const void *memimage);
/**
* @brief Sets the io fields in the image structure to routines