From: kramm Date: Fri, 4 May 2007 13:19:09 +0000 (+0000) Subject: fixed function prototype X-Git-Tag: buttons-working~685 X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=49f37b8ab69d41e3c4e26ee92a17b216f1dabead;p=swftools.git fixed function prototype --- diff --git a/lib/devices/dummy.h b/lib/devices/dummy.h index f51f2cc..ee3e5fb 100644 --- a/lib/devices/dummy.h +++ b/lib/devices/dummy.h @@ -28,7 +28,7 @@ extern "C" { #endif -void gfxdevice_dummy_init(gfxdevice_t*self); +void gfxdevice_dummy_init(gfxdevice_t*dev, gfxdevice_t*out); #ifdef __cplusplus }