diff options
Diffstat (limited to 'include/fitz/object.h')
-rw-r--r-- | include/fitz/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |