Minor compile fix

pull/501/head
Craig Tiller 10 years ago
parent 88c5f3de78
commit 8c22f05f21
  1. 2
      include/grpc++/server_context.h

@ -78,7 +78,7 @@ class ServerContext final {
private:
friend class ::grpc::Server;
template <class R>
template <class W, class R>
friend class ::grpc::ServerAsyncReader;
template <class W>
friend class ::grpc::ServerAsyncWriter;

Loading…
Cancel
Save