aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/ProtoRPC/ProtoRPC.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-10 16:50:12 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-10 16:50:12 -0700
commitefa359b02b0122c90decfbcd5e1659198b565b4e (patch)
treef6980a59547a594ca40b7fd5ea7dbb5cbf2a82d6 /src/objective-c/ProtoRPC/ProtoRPC.m
parent0865a6098880b91235348cb9ffe49ddbb13ebdc6 (diff)
Rename handler->responseHandler in function signature
Diffstat (limited to 'src/objective-c/ProtoRPC/ProtoRPC.m')
-rw-r--r--src/objective-c/ProtoRPC/ProtoRPC.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/ProtoRPC/ProtoRPC.m b/src/objective-c/ProtoRPC/ProtoRPC.m
index f89c160650..34fd54a216 100644
--- a/src/objective-c/ProtoRPC/ProtoRPC.m
+++ b/src/objective-c/ProtoRPC/ProtoRPC.m
@@ -86,7 +86,7 @@
- (void)start {
_call = [[GRPCCall2 alloc] initWithRequestOptions:_requestOptions
- handler:self
+ responseHandler:self
callOptions:_callOptions];
[_call start];
}