aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/grpc++.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-08 07:05:33 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-08 07:05:33 -0800
commit1cb088441a366f7ed06a8ea06dcb49bde9e1f8b7 (patch)
treed5dbf0d08d58725dd67912faee195f9f6f0e3352 /include/grpc++/grpc++.h
parented9132427a57cac194f02dae4938ba45324323c6 (diff)
s/std::string/grpc::string/g
Diffstat (limited to 'include/grpc++/grpc++.h')
-rw-r--r--include/grpc++/grpc++.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/grpc++.h b/include/grpc++/grpc++.h
index ce355e492d..36d65d6ee1 100644
--- a/include/grpc++/grpc++.h
+++ b/include/grpc++/grpc++.h
@@ -68,7 +68,7 @@
// IWYU pragma: end_exports
namespace grpc {
-std::string Version();
+grpc::string Version();
} // namespace grpc
#endif // GRPCXX_GRPCXX_H