aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.m
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-08 08:13:41 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-08 08:13:41 -0800
commitedb280182959cd9c27b7834a261de0420d518da7 (patch)
tree633a849edecdabefdcbdea78798ee6499afeb084 /src/objective-c/GRPCClient/GRPCCall.m
parent656f7d876baefc2072d79e9f69b9d6bfc5559672 (diff)
parent8f3a2406f2f37aaeaa61438361b7d4594fe2e3ab (diff)
Merge github.com:grpc/grpc into connected-subchannel
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.m')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.m b/src/objective-c/GRPCClient/GRPCCall.m
index b6986bf59c..f79b7d0bc0 100644
--- a/src/objective-c/GRPCClient/GRPCCall.m
+++ b/src/objective-c/GRPCClient/GRPCCall.m
@@ -221,7 +221,7 @@ NSString * const kGRPCTrailersKey = @"io.grpc.TrailersKey";
#pragma mark Send headers
-- (void)sendHeaders:(id<GRPCRequestHeaders>)headers {
+- (void)sendHeaders:(NSDictionary *)headers {
// TODO(jcanizales): Add error handlers for async failures
[_wrappedCall startBatchWithOperations:@[[[GRPCOpSendMetadata alloc] initWithMetadata:headers
handler:nil]]];