@@ -25,11 +25,11 @@ #import "MTXClient.h" @implementation MTXLeaveRoomFailedException + (instancetype)exceptionWithRoomID: (OFString *)roomID statusCode: (int)statusCode - response: (mtx_response_t)response + response: (MTXResponse)response client: (MTXClient *)client { return [[[self alloc] initWithRoomID: roomID statusCode: statusCode response: response @@ -36,11 +36,11 @@ client: client] autorelease]; } - (instancetype)initWithRoomID: (OFString *)roomID statusCode: (int)statusCode - response: (mtx_response_t)response + response: (MTXResponse)response client: (MTXClient *)client { self = [super initWithStatusCode: statusCode response: response client: client];