@@ -106,12 +106,11 @@ @implementation OFCountedSet + (void)initialize { if (self == [OFCountedSet class]) - object_setClass((id)&placeholder, - [OFCountedSet_placeholder class]); + placeholder.isa = [OFCountedSet_placeholder class]; } + alloc { if (self == [OFCountedSet class])