ObjFW  Diff

Differences From Artifact [0f49dc44da]:

To Artifact [1a195479da]:


73
74
75
76
77
78
79






80
81
82
83
84
85
86
	 * to nil to release the old object.
	 */
	if (ret == NULL)
		return nil;

	return (id)ret;
}







- initWithObject: (id)obj
{
	Class c;

	self = [super init];
	object = [obj copy];







>
>
>
>
>
>







73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
	 * to nil to release the old object.
	 */
	if (ret == NULL)
		return nil;

	return (id)ret;
}

- init
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
}

- initWithObject: (id)obj
{
	Class c;

	self = [super init];
	object = [obj copy];