@@ -89,12 +89,12 @@ * \param keys An array of keys * \param objects An array of objects * \param count The number of objects in the arrays * \return A new autoreleased OFDictionary */ -+ dictionaryWithObjects: (id*)objects - forKeys: (id*)keys ++ dictionaryWithObjects: (id const*)objects + forKeys: (id const*)keys count: (size_t)count; /** * \brief Creates a new OFDictionary with the specified keys objects. * @@ -148,12 +148,12 @@ * \param keys An array of keys * \param objects An array of objects * \param count The number of objects in the arrays * \return A new initialized OFDictionary */ -- initWithObjects: (id*)objects - forKeys: (id*)keys +- initWithObjects: (id const*)objects + forKeys: (id const*)keys count: (size_t)count; /** * \brief Initializes an already allocated OFDictionary with the specified keys * and objects.