@@ -55,11 +55,11 @@ * hold the specified number of objects. * * @param capacity The initial capacity for the OFMutableArray * @return An initialized OFMutableArray */ -- initWithCapacity: (size_t)capacity; +- (instancetype)initWithCapacity: (size_t)capacity; /*! * @brief Adds an object to the end of the array. * * @param object An object to add