@@ -99,11 +99,11 @@ * \brief Creates a new OFDictionary with the specified keys objects. * * \param firstKey The first key * \return A new autoreleased OFDictionary */ -+ (instancetype)dictionaryWithKeysAndObjects: (id)firstKey, ...; ++ (instancetype)dictionaryWithKeysAndObjects: (id)firstKey, ... OF_SENTINEL; /** * \brief Initializes an already allocated OFDictionary. * * \return An initialized OFDictionary @@ -159,11 +159,11 @@ * and objects. * * \param firstKey The first key * \return A new initialized OFDictionary */ -- initWithKeysAndObjects: (id)firstKey, ...; +- initWithKeysAndObjects: (id)firstKey, ... OF_SENTINEL; /** * \brief Initializes an already allocated OFDictionary with the specified key * and va_list. *