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 014dc33d..41025b8b 100644 --- a/include/fitz/object.h +++ b/include/fitz/object.h @@ -24,7 +24,7 @@ struct fz_keyval_s struct fz_obj_s { - unsigned short nrefs; + unsigned short refs; unsigned short kind; /* fz_objkind takes 4 bytes :( */ union { |