ObjFW  Diff

Differences From Artifact [0dc9d61751]:

To Artifact [028e438698]:


122
123
124
125
126
127
128
129
130
131
132
133


134
135
136
137
138
139
140
122
123
124
125
126
127
128

129
130
131
132
133
134
135
136
137
138
139
140
141







-




+
+







}

- init
{
	if (object_getClass(self) == [OFCountedSet class]) {
		@try {
			[self doesNotRecognizeSelector: _cmd];
			abort();
		} @catch (id e) {
			[self release];
			@throw e;
		}

		abort();
	}

	return [super init];
}

- (size_t)countForObject: (id)object
{