summaryrefslogtreecommitdiff
path: root/riscos/theme_install.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/theme_install.c')
-rw-r--r--riscos/theme_install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/theme_install.c b/riscos/theme_install.c
index 22b722aea..ad4129d77 100644
--- a/riscos/theme_install.c
+++ b/riscos/theme_install.c
@@ -33,7 +33,7 @@ wimp_w dialog_theme_install;
static void theme_install_close(wimp_w w);
static void theme_install_callback(content_msg msg, struct content *c,
- void *p1, void *p2, union content_msg_data data);
+ intptr_t p1, intptr_t p2, union content_msg_data data);
static bool theme_install_read(char *source_data, unsigned long source_size);
@@ -72,7 +72,7 @@ void theme_install_start(struct content *c)
*/
void theme_install_callback(content_msg msg, struct content *c,
- void *p1, void *p2, union content_msg_data data)
+ intptr_t p1, intptr_t p2, union content_msg_data data)
{
char buffer[256];
int author_indent = 0;