@@ -27,11 +27,11 @@ struct of_dictionary_hashtable_bucket **data; uint32_t size; size_t count; } -#if defined(OF_SET_M) || defined(OF_COUNTED_SET_M) +#if defined(OF_SET_HASHTABLE_M) || defined(OF_COUNTED_SET_HASHTABLE_M) - _initWithDictionary: (OFDictionary*)dictionary copyKeys: (BOOL)copyKeys; #endif @end