ObjFW  Diff

Differences From Artifact [72393f4e8d]:

To Artifact [0c37234313]:


120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
120
121
122
123
124
125
126






127
128
129
130
131
132
133







-
-
-
-
-
-








- (instancetype)initWithObjects: (id const *)objects count: (size_t)count
{
	return (id)[[OFMutableAdjacentArray alloc] initWithObjects: objects
							     count: count];
}

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

- (instancetype)retain
{
	return self;
}

- (instancetype)autorelease
{