diff options
Diffstat (limited to 'libdimension/dimension/pigment.h')
-rw-r--r-- | libdimension/dimension/pigment.h | 2 |
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. */ }; |