ds: fix incorrect object class definitions
This commit is contained in:
@@ -410,8 +410,9 @@ B_TYPE_CLASS_DEFINITION_END(b_hashmap)
|
||||
B_TYPE_DEFINITION_BEGIN(b_hashmap)
|
||||
B_TYPE_ID(0x7bf5bcd1, 0x1ff3, 0x4e43, 0xbed8, 0x7c74f28348bf);
|
||||
B_TYPE_CLASS(b_hashmap_class);
|
||||
B_TYPE_INSTANCE_PRIVATE(struct b_hashmap_p);
|
||||
B_TYPE_INSTANCE_INIT(hashmap_init);
|
||||
B_TYPE_INSTANCE_INIT(hashmap_fini);
|
||||
B_TYPE_INSTANCE_FINI(hashmap_fini);
|
||||
B_TYPE_DEFINITION_END(b_hashmap)
|
||||
|
||||
/*** ITERATOR FUNCTIONS *******************************************************/
|
||||
|
||||
Reference in New Issue
Block a user