From 3031a2480fe775df825de6674495d01ae2607d93 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 15 Dec 2011 18:39:05 +0000 Subject: Fix warnings/errors on unix builds. Fix warnings/errors thrown up by the last few commits (which were only tested on windows). --- fitz/res_shade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fitz/res_shade.c') diff --git a/fitz/res_shade.c b/fitz/res_shade.c index c2a8c858..d619dc18 100644 --- a/fitz/res_shade.c +++ b/fitz/res_shade.c @@ -7,7 +7,7 @@ fz_keep_shade(fz_shade *shade) } void -fz_free_shade_imp(fz_context *ctx, void *shade_) +fz_free_shade_imp(fz_context *ctx, fz_storable *shade_) { fz_shade *shade = (fz_shade *)shade_; -- cgit v1.2.3