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