summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/dimension/object.h')
-rw-r--r--libdimension/dimension/object.h2
1 files changed, 1 insertions, 1 deletions
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. */
};