From a22a4994fd5ca4dcf20170f88a5b7fe1a5df49c4 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 24 Mar 2017 16:34:48 -0400 Subject: Ensure fz_store_types are all static const. --- source/fitz/draw-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/draw-device.c') diff --git a/source/fitz/draw-device.c b/source/fitz/draw-device.c index 9d7a19af..857844fe 100644 --- a/source/fitz/draw-device.c +++ b/source/fitz/draw-device.c @@ -1953,7 +1953,7 @@ fz_print_tile(fz_context *ctx, fz_output *out, void *key_) fz_write_printf(ctx, out, "(tile id=%x, ctm=%g %g %g %g) ", key->id, key->ctm[0], key->ctm[1], key->ctm[2], key->ctm[3]); } -static fz_store_type fz_tile_store_type = +static const fz_store_type fz_tile_store_type = { fz_make_hash_tile_key, fz_keep_tile_key, -- cgit v1.2.3