ObjFW  Diff

Differences From Artifact [78d0c3480f]:

To Artifact [6f7f003a8d]:


118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
	[super dealloc];
}
@end

@implementation OFINICategory
@synthesize name = _name;

- (instancetype)of_initWithName: (OFString *)name
{
	self = [super init];

	@try {
		_name = [name copy];
		_lines = [[OFMutableArray alloc] init];
	} @catch (id e) {







|







118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
	[super dealloc];
}
@end

@implementation OFINICategory
@synthesize name = _name;

- (instancetype)of_initWithName: (OFString *)name OF_DIRECT
{
	self = [super init];

	@try {
		_name = [name copy];
		_lines = [[OFMutableArray alloc] init];
	} @catch (id e) {