@@ -21,6 +21,8 @@ @interface OFDictionary_hashtable: OFDictionary { OFMapTable *mapTable; } + +- initWithCapacity: (size_t)capacity; @end