ds: fix incorrect object class definitions
This commit is contained in:
@@ -162,8 +162,9 @@ B_TYPE_CLASS_DEFINITION_END(b_tree)
|
||||
B_TYPE_DEFINITION_BEGIN(b_tree)
|
||||
B_TYPE_ID(0x8d8fa36b, 0xc515, 0x4803, 0x8124, 0xfd704f01b8ae);
|
||||
B_TYPE_CLASS(b_tree_class);
|
||||
B_TYPE_INSTANCE_PRIVATE(struct b_tree_p);
|
||||
B_TYPE_INSTANCE_INIT(tree_init);
|
||||
B_TYPE_INSTANCE_INIT(tree_fini);
|
||||
B_TYPE_INSTANCE_FINI(tree_fini);
|
||||
B_TYPE_DEFINITION_END(b_tree)
|
||||
|
||||
/*** ITERATOR FUNCTIONS *******************************************************/
|
||||
|
||||
Reference in New Issue
Block a user