aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-11-06 18:40:52 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2017-11-06 18:40:52 -0800
commit5e42211e7f3957604b0ab911636bc7ba530fb531 (patch)
tree9604067f090e6cc31e6a8775fcf473cae2971036 /include
parent1b4ab01f79190f0fb59fc40445e9b2228abd5562 (diff)
parent396d26539af8ce8ff8b737b574800ab814f0e625 (diff)
Merge branch 'master' into testc++ize
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/impl/codegen/client_unary_call.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/client_unary_call.h b/include/grpc++/impl/codegen/client_unary_call.h
index 170c562cf3..256dd859d3 100644
--- a/include/grpc++/impl/codegen/client_unary_call.h
+++ b/include/grpc++/impl/codegen/client_unary_call.h
@@ -41,7 +41,7 @@ Status BlockingUnaryCall(ChannelInterface* channel, const RpcMethod& method,
return BlockingUnaryCallImpl<InputMessage, OutputMessage>(
channel, method, context, request, result)
.status();
-};
+}
template <class InputMessage, class OutputMessage>
class BlockingUnaryCallImpl {