From 54a902ed17a69c671e5212b115fe5f219654240a Mon Sep 17 00:00:00 2001 From: Julien Boeuf Date: Mon, 12 Oct 2015 13:26:21 -0700 Subject: Successfully compile C++ libary (not tests yet). --- include/grpc++/support/channel_arguments.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/grpc++/support') 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. -- cgit v1.2.3