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/light.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libdimension/dimension/light.h') diff --git a/libdimension/dimension/light.h b/libdimension/dimension/light.h index 4738164..a1f7ff2 100644 --- a/libdimension/dimension/light.h +++ b/libdimension/dimension/light.h @@ -65,8 +65,7 @@ struct dmnsn_light { /** Generic pointer for light info. */ void *ptr; - /** @internal Reference count. */ - dmnsn_refcount refcount; + DMNSN_REFCOUNT; /**< Reference count. */ }; /** -- cgit v1.2.3