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/camera.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libdimension/dimension/camera.h') diff --git a/libdimension/dimension/camera.h b/libdimension/dimension/camera.h index 75d86a9..00f0ad5 100644 --- a/libdimension/dimension/camera.h +++ b/libdimension/dimension/camera.h @@ -1,5 +1,5 @@ /************************************************************************* - * Copyright (C) 2009-2010 Tavian Barnes * + * Copyright (C) 2009-2011 Tavian Barnes * * * * This file is part of The Dimension Library. * * * @@ -44,9 +44,9 @@ struct dmnsn_camera { dmnsn_matrix trans; /**< Transformation matrix. */ - void *ptr; /**< @internal Generic pointer for camera info. */ + void *ptr; /**< Generic pointer for camera info. */ - dmnsn_refcount refcount; /**< @internal reference count. */ + DMNSN_REFCOUNT; /**< Reference count. */ }; /** -- cgit v1.2.3