aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/impl/codegen/service_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpcpp/impl/codegen/service_type.h')
-rw-r--r--include/grpcpp/impl/codegen/service_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpcpp/impl/codegen/service_type.h b/include/grpcpp/impl/codegen/service_type.h
index e6ade93087..9f1a052168 100644
--- a/include/grpcpp/impl/codegen/service_type.h
+++ b/include/grpcpp/impl/codegen/service_type.h
@@ -50,7 +50,7 @@ class ServerAsyncStreamingInterface {
private:
friend class ::grpc::ServerInterface;
- virtual Call* BindCall(Call call) = 0;
+ virtual void BindCall(Call* call) = 0;
};
} // namespace internal