ObjFW  Diff

Differences From Artifact [addca37143]:

To Artifact [1b6d7256b5]:


170
171
172
173
174
175
176
177

178
179

180
181
182
183
184
185
186
170
171
172
173
174
175
176

177
178

179
180
181
182
183
184
185
186







-
+

-
+







- (void)dealloc
{
	[_string release];

	[super dealloc];
}

- (of_unichar_t)characterAtIndex: (size_t)index
- (of_unichar_t)characterAtIndex: (size_t)idx
{
	return [_string characterAtIndex: index];
	return [_string characterAtIndex: idx];
}

- (size_t)length
{
	return [_string length];
}
@end