aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/channel_argument_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/impl/channel_argument_option.h')
-rw-r--r--include/grpc++/impl/channel_argument_option.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/impl/channel_argument_option.h b/include/grpc++/impl/channel_argument_option.h
index e918f57e92..f157ec1d7e 100644
--- a/include/grpc++/impl/channel_argument_option.h
+++ b/include/grpc++/impl/channel_argument_option.h
@@ -28,9 +28,9 @@
namespace grpc {
std::unique_ptr<ServerBuilderOption> MakeChannelArgumentOption(
- const grpc::string &name, const grpc::string &value);
+ const grpc::string& name, const grpc::string& value);
std::unique_ptr<ServerBuilderOption> MakeChannelArgumentOption(
- const grpc::string &name, int value);
+ const grpc::string& name, int value);
} // namespace grpc