ObjFW  Diff

Differences From Artifact [4b75d2362f]:

To Artifact [2267fdd898]:


512
513
514
515
516
517
518

519

520
521
522
523
524
525
526
512
513
514
515
516
517
518
519

520
521
522
523
524
525
526
527







+
-
+







	[ret makeImmutable];

	return ret;
}

- (OFString*)description
{
	return [OFString stringWithFormat: @"<%@: %@>",
	return [self string];
					   [self class], [self string]];
}

- (OFXMLElement*)XMLElementBySerializing
{
	void *pool = objc_autoreleasePoolPush();
	OFXMLElement *element;