ObjFW  Diff

Differences From Artifact [664ced47ee]:

To Artifact [8300178d58]:


65
66
67
68
69
70
71







72
73
74
75
76
77
78
	} @catch (id e) {
		[self release];
		@throw e;
	}

	return self;
}








- (bool)isEqual: (id)object
{
	OFXMLComment *comment;

	if (![object isKindOfClass: [OFXMLComment class]])
		return false;







>
>
>
>
>
>
>







65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
	} @catch (id e) {
		[self release];
		@throw e;
	}

	return self;
}

- (void)dealloc
{
	[_comment release];

	[super dealloc];
}

- (bool)isEqual: (id)object
{
	OFXMLComment *comment;

	if (![object isKindOfClass: [OFXMLComment class]])
		return false;