aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/channel.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-08 17:21:42 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-08 17:21:42 -0800
commit60ee8dd2fc6c3e417389059957cda0732bcb9037 (patch)
treea65e5e66c8ec7ccd1e58a7753604977b777c9ca6 /include/grpc++/channel.h
parentf349c1bb908ef258eb609594c29cab5a3b83e06f (diff)
docstrings
Diffstat (limited to 'include/grpc++/channel.h')
-rw-r--r--include/grpc++/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/channel.h b/include/grpc++/channel.h
index 80547f7ab8..679d473204 100644
--- a/include/grpc++/channel.h
+++ b/include/grpc++/channel.h
@@ -49,7 +49,7 @@ namespace grpc {
class Channel GRPC_FINAL : public ChannelInterface,
public CallHook,
public std::enable_shared_from_this<Channel>,
- private GrpcLibrary {
+ private GrpcLibraryCodegen {
public:
~Channel();