@@ -88,11 +88,12 @@ } - (int)compare: (id)obj { if (![obj isKindOf: [OFString class]]) - @throw [OFInvalidArgumentException newWithClass: isa]; + @throw [OFInvalidArgumentException newWithClass: isa + andSelector: _cmd]; return strcmp(string, [obj cString]); } - (uint32_t)hash