@@ -46,20 +46,20 @@ * * @param pointer A pointer to the memory that is not part of the object * @param object The object which the memory is not part of * @return A new, autoreleased memory not part of object exception */ -+ (instancetype)exceptionWithPointer: (void*)pointer ++ (instancetype)exceptionWithPointer: (void *)pointer object: (id)object; /*! * @brief Initializes an already allocated memory not part of object exception. * * @param pointer A pointer to the memory that is not part of the object * @param object The object which the memory is not part of * @return An initialized memory not part of object exception */ -- initWithPointer: (void*)pointer +- initWithPointer: (void *)pointer object: (id)object; @end OF_ASSUME_NONNULL_END