@@ -23,11 +23,12 @@ @class OFArray; /** * \brief An unordered set of unique objects. */ -@interface OFSet: OFObject +@interface OFSet: OFObject { OFMutableDictionary *dictionary; } /**