diff options
Diffstat (limited to 'common/collection/collection_priv.h')
-rw-r--r-- | common/collection/collection_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection/collection_priv.h b/common/collection/collection_priv.h index 8dd6d802..38d9012a 100644 --- a/common/collection/collection_priv.h +++ b/common/collection/collection_priv.h @@ -63,7 +63,7 @@ struct collection_header { struct collection_item *last; unsigned reference_count; unsigned count; - unsigned class; + unsigned cclass; }; #endif |