ObjFW  Diff

Differences From Artifact [9e4a8b39c2]:

To Artifact [858e69720c]:


16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

#include "config.h"

#import "OFXMLNode.h"
#import "OFString.h"

@implementation OFXMLNode
- (instancetype)OF_init
{
	return [super init];
}

- init
{
	OF_INVALID_INIT_METHOD







|







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

#include "config.h"

#import "OFXMLNode.h"
#import "OFString.h"

@implementation OFXMLNode
- (instancetype)of_init
{
	return [super init];
}

- init
{
	OF_INVALID_INIT_METHOD