ObjFW  Diff

Differences From Artifact [9579281a19]:

To Artifact [ccac864af8]:


26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#import "OFEnumerationMutationException.h"
#import "OFInvalidArgumentException.h"

#import "autorelease.h"
#import "macros.h"

@implementation OFList
+ list
{
	return [[[self alloc] init] autorelease];
}

- initWithSerialization: (OFXMLElement*)element
{
	self = [self init];







|







26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#import "OFEnumerationMutationException.h"
#import "OFInvalidArgumentException.h"

#import "autorelease.h"
#import "macros.h"

@implementation OFList
+ (instancetype)list
{
	return [[[self alloc] init] autorelease];
}

- initWithSerialization: (OFXMLElement*)element
{
	self = [self init];