ObjFW  Diff

Differences From Artifact [781150565d]:

To Artifact [550e7fe687]:


59
60
61
62
63
64
65





66
67
68
69
70
71
72

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






- retain
{
	return self;
}

- autorelease







>
>
>
>
>







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

- 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;
}

- autorelease