@@ -25,11 +25,11 @@ objCType: (const char *)objCType { self = [super init]; @try { - _size = of_sizeof_type_encoding(objCType); + _size = OFSizeOfTypeEncoding(objCType); _objCType = objCType; _bytes = OFAllocMemory(1, _size); memcpy(_bytes, bytes, _size); } @catch (id e) {