aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/ProtoRPC/ProtoRPC.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-10 16:56:00 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-10 16:56:00 -0700
commitfe8a899b631b3fd804b59ca32639ef2a14bb597f (patch)
tree542afaa848bd2030446a9c4c43d8f508c85a0dbc /src/objective-c/ProtoRPC/ProtoRPC.m
parenteab498bef453e221abd4602e6ceff16da659b3c1 (diff)
Rename writeWithData to writeData
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 34fd54a216..957d636534 100644
--- a/src/objective-c/ProtoRPC/ProtoRPC.m
+++ b/src/objective-c/ProtoRPC/ProtoRPC.m
@@ -120,7 +120,7 @@
dispatch_async(_dispatchQueue, ^{
if (_call) {
- [_call writeWithData:[message data]];
+ [_call writeData:[message data]];
}
});
}