aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/support
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-10-12 13:26:21 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-10-12 14:09:03 -0700
commit54a902ed17a69c671e5212b115fe5f219654240a (patch)
tree875e994f7662efb8b77e82ad5d1efea36647d091 /include/grpc++/support
parent26bf71ce37d39bb3dd2c1ae01fa837db8a082799 (diff)
Successfully compile C++ libary (not tests yet).
Diffstat (limited to 'include/grpc++/support')
-rw-r--r--include/grpc++/support/channel_arguments.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/support/channel_arguments.h b/include/grpc++/support/channel_arguments.h
index 9957712a96..e9d510e96a 100644
--- a/include/grpc++/support/channel_arguments.h
+++ b/include/grpc++/support/channel_arguments.h
@@ -83,7 +83,7 @@ class ChannelArguments {
void SetString(const grpc::string& key, const grpc::string& value);
private:
- friend class SecureCredentials;
+ friend class SecureChannelCredentials;
friend class testing::ChannelArgumentsTest;
// Returns empty string when it is not set.