From 0bfed166f53243d49a46a9124a9978a187590f27 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 27 Mar 2009 02:46:30 +0000 Subject: Squash warnings svn path=/trunk/netsurf/; revision=6934 --- riscos/bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/bitmap.h') diff --git a/riscos/bitmap.h b/riscos/bitmap.h index 8a1eff9b9..84c82ced9 100644 --- a/riscos/bitmap.h +++ b/riscos/bitmap.h @@ -32,7 +32,7 @@ struct bitmap { unsigned int state; void *private_word; - void (*invalidate)(struct bitmap *bitmap, void *private_word); + void (*invalidate)(void *bitmap, void *private_word); osspriteop_area *sprite_area; /** Uncompressed data, or NULL */ char *compressed; /** Compressed data, or NULL */ -- cgit v1.2.3