summaryrefslogtreecommitdiff
path: root/include/fitz/object.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-12 07:01:39 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-12 07:01:39 +0100
commit67781c58fef0f94ea234341cea8e7e13646bc4a2 (patch)
tree97504921cb5ac011a8c06ca4964b1d333f6c5ac1 /include/fitz/object.h
parent1be84ed1d4fbe44387222995a124a4f84ee55210 (diff)
downloadmupdf-67781c58fef0f94ea234341cea8e7e13646bc4a2.tar.xz
some renames
Diffstat (limited to 'include/fitz/object.h')
-rw-r--r--include/fitz/object.h2
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
{