ObjFW  Diff

Differences From Artifact [a6b7bf4dc0]:

To Artifact [c0a8ed45c4]:


42
43
44
45
46
47
48





49
	return wstring;
}

- (size_t)length
{
	return length;
}





@end







>
>
>
>
>

42
43
44
45
46
47
48
49
50
51
52
53
54
	return wstring;
}

- (size_t)length
{
	return length;
}

- (int)compare: (OFConstWideString*)str
{
	return wcscmp(wstring, [str wcString]);
}
@end