aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/dc/icon.h')
-rw-r--r--backends/platform/dc/icon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/dc/icon.h b/backends/platform/dc/icon.h
index eeddd8a069..41ff2da5fa 100644
--- a/backends/platform/dc/icon.h
+++ b/backends/platform/dc/icon.h
@@ -33,7 +33,7 @@ class Icon
unsigned int palette[16];
void *texture;
- int find_unused_pixel();
+ int find_unused_pixel(const unsigned char *);
bool load_image1(const void *data, int len, int offs);
bool load_image2(const void *data, int len);