diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-02-13 15:11:57 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-02-13 15:11:57 -0800 |
commit | 8c22f05f219f90bc7167ef42ac981a3b010e9351 (patch) | |
tree | 38c426ff131d15ee440c8138303bb32d31b376c3 /include/grpc++ | |
parent | 88c5f3de78d5a8d10ce10087b1ea6efa9f56c37f (diff) |
Minor compile fix
Diffstat (limited to 'include/grpc++')
-rw-r--r-- | include/grpc++/server_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/server_context.h b/include/grpc++/server_context.h index 423ebf2337..31b09ee7a8 100644 --- a/include/grpc++/server_context.h +++ b/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; |