aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-06-29 14:59:59 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-06-29 14:59:59 -0700
commit7d474811ab068580919df1f9027ee774b4d24f46 (patch)
tree62916aa199df93f3b651d1b97b06fa81266157b0 /include
parenta0a59537d2a8d25124cc1fe21cee10713012bceb (diff)
Reviewer feedback
Diffstat (limited to 'include')
-rw-r--r--include/grpcpp/impl/codegen/rpc_service_method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpcpp/impl/codegen/rpc_service_method.h b/include/grpcpp/impl/codegen/rpc_service_method.h
index 92c66bbf15..5cf88e216f 100644
--- a/include/grpcpp/impl/codegen/rpc_service_method.h
+++ b/include/grpcpp/impl/codegen/rpc_service_method.h
@@ -95,7 +95,7 @@ class RpcServiceMethod : public RpcMethod {
private:
void* server_tag_;
- RpcServiceMethod::AsyncType async_type_;
+ AsyncType async_type_;
std::unique_ptr<MethodHandler> handler_;
const char* TypeToString(RpcServiceMethod::AsyncType type) {