From 6b94e0329841ed8e80dbb55a3f8c2eee41b3168b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 14 Dec 2011 19:51:25 -0500 Subject: Make refcount declarations uniform. --- libdimension/dimension/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/dimension/object.h') diff --git a/libdimension/dimension/object.h b/libdimension/dimension/object.h index 24c4785..9019c69 100644 --- a/libdimension/dimension/object.h +++ b/libdimension/dimension/object.h @@ -89,7 +89,7 @@ struct dmnsn_object { void *ptr; /**< Generic pointer for object info. */ - dmnsn_refcount refcount; /**< @internal Reference count. */ + DMNSN_REFCOUNT; /**< Reference count. */ bool initialized; /**< @internal Whether the object is initialized yet. */ }; -- cgit v1.2.3