ObjFW  Diff

Differences From Artifact [550e7fe687]:

To Artifact [789db8d309]:


56
57
58
59
60
61
62
63
64
65
66
67
68

69
70
71
72
73
74
75
76

	return ret;
}

- initWithObject: (id)firstObject
       arguments: (va_list)arguments
{
	return [[OFMutableSet_hashtable alloc] initWithObject: firstObject
						    arguments: arguments];
}

- initWithSerialization: (OFXMLElement*)element
{

	return [[OFMutableSet_hashtable alloc] initWithSerialization: element];
}

- retain
{
	return self;
}








|
|




>
|







56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77

	return ret;
}

- initWithObject: (id)firstObject
       arguments: (va_list)arguments
{
	return (id)[[OFMutableSet_hashtable alloc] initWithObject: firstObject
							arguments: arguments];
}

- initWithSerialization: (OFXMLElement*)element
{
	return (id)[[OFMutableSet_hashtable alloc]
	    initWithSerialization: element];
}

- retain
{
	return self;
}