summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/collection/collection_priv.h')
-rw-r--r--common/collection/collection_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection/collection_priv.h b/common/collection/collection_priv.h
index 8dd6d8022..38d9012a6 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