ObjFW  Diff

Differences From Artifact [b824f8b4b7]:

To Artifact [239bfd4ef8]:


30
31
32
33
34
35
36
37
38
39
40
41


42
43
44
45
46
47
48
				  condition: condition] autorelease];
}

- initWithClass: (Class)class_
{
	@try {
		[self doesNotRecognizeSelector: _cmd];
		abort();
	} @catch (id e) {
		[self release];
		@throw e;
	}


}

- initWithClass: (Class)class_
      condition: (OFCondition*)condition_
{
	self = [super initWithClass: class_];








<




>
>







30
31
32
33
34
35
36

37
38
39
40
41
42
43
44
45
46
47
48
49
				  condition: condition] autorelease];
}

- initWithClass: (Class)class_
{
	@try {
		[self doesNotRecognizeSelector: _cmd];

	} @catch (id e) {
		[self release];
		@throw e;
	}

	abort();
}

- initWithClass: (Class)class_
      condition: (OFCondition*)condition_
{
	self = [super initWithClass: class_];