From: kramm Date: Sun, 1 May 2005 15:48:03 +0000 (+0000) Subject: fixed gfxfont_free() prototype X-Git-Tag: release-0-7-0~97 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=cce86d4b24360a411145935ab6375e324ebec1c1 fixed gfxfont_free() prototype --- diff --git a/lib/gfxfont.h b/lib/gfxfont.h index 657598b..70583e8 100644 --- a/lib/gfxfont.h +++ b/lib/gfxfont.h @@ -31,7 +31,7 @@ extern "C" { #endif gfxfont_t* gfxfont_load(char*filename); -void gfxfont_free(); +void gfxfont_free(gfxfont_t*font); #ifdef __cplusplus }