From 58de1fff510078e3d2d8cfce033c87299adf78f0 Mon Sep 17 00:00:00 2001 From: Tor Andersson <tor@ghostscript.com> Date: Thu, 11 Nov 2004 07:15:07 +0100 Subject: filter reference counting --- include/fitz/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fitz/object.h') diff --git a/include/fitz/object.h b/include/fitz/object.h index e275074b..d24b8a7a 100644 --- a/include/fitz/object.h +++ b/include/fitz/object.h @@ -24,8 +24,8 @@ struct fz_keyval_s struct fz_obj_s { + unsigned short nrefs; unsigned short kind; /* fz_objkind takes 4 bytes :( */ - unsigned short refcount; union { int b; -- cgit v1.2.3