@@ -170,11 +170,11 @@ void *value, *otherValue; if (![object isKindOfClass: [OFValue class]]) return false; - objCType = [self objCType]; + objCType = self.objCType; if (strcmp([object objCType], objCType) != 0) return false; size = of_sizeof_type_encoding(objCType); @@ -202,11 +202,11 @@ } } - (uint32_t)hash { - size_t size = of_sizeof_type_encoding([self objCType]); + size_t size = of_sizeof_type_encoding(self.objCType); unsigned char *value; uint32_t hash; if ((value = malloc(size)) == NULL) @throw [OFOutOfMemoryException @@ -307,11 +307,11 @@ - (OFString *)description { OFMutableString *ret = [OFMutableString stringWithString: @"