summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/pigment.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-12-14 19:51:25 -0500
committerTavian Barnes <tavianator@gmail.com>2011-12-15 20:02:12 -0500
commit6b94e0329841ed8e80dbb55a3f8c2eee41b3168b (patch)
treef4f5b2b8519744475c05ce4ba813740dcc1db4b8 /libdimension/dimension/pigment.h
parentbfbe9e43e108f6816c17b9b7764b75284ac78313 (diff)
downloaddimension-6b94e0329841ed8e80dbb55a3f8c2eee41b3168b.tar.xz
Make refcount declarations uniform.
Diffstat (limited to 'libdimension/dimension/pigment.h')
-rw-r--r--libdimension/dimension/pigment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension/pigment.h b/libdimension/dimension/pigment.h
index 176ff28..b046993 100644
--- a/libdimension/dimension/pigment.h
+++ b/libdimension/dimension/pigment.h
@@ -56,7 +56,7 @@ struct dmnsn_pigment {
/** Generic pointer. */
void *ptr;
- dmnsn_refcount refcount; /** @internal Reference count. */
+ DMNSN_REFCOUNT; /** Reference count. */
bool initialized; /** @internal Whether the pigment is initialized. */
};