aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-19 13:08:04 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-19 13:08:04 -0800
commit0de27b5d2955c2d19a998e133580b721836676da (patch)
treefcf7791ad2398f144b4dd9eabfe05c55132da232 /src
parent1876d0d3669147e68c64d7916082de64025e9b6f (diff)
More fix ProtoRPC
Diffstat (limited to 'src')
-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 03e6839c5a..053eaf47f2 100644
--- a/src/objective-c/ProtoRPC/ProtoRPC.m
+++ b/src/objective-c/ProtoRPC/ProtoRPC.m
@@ -235,7 +235,7 @@ static NSError *ErrorForBadProto(id proto, Class expectedClass, NSError *parsing
}
[copiedHandler
didCloseWithTrailingMetadata:nil
- error:ErrorForBadProto(message, _responseClass, error)];
+ error:ErrorForBadProto(message, self->_responseClass, error)];
});
[_call cancel];
_call = nil;