@@ -64,11 +64,11 @@ * signature. * * @param signature The method signature for the invocation * @return An initialized OFInvocation */ -- initWithMethodSignature: (OFMethodSignature *)signature; +- (instancetype)initWithMethodSignature: (OFMethodSignature *)signature; /*! * @brief Sets the argument for the specified index. * * @param buffer The buffer in which the argument is stored