s/std::string/grpc::string/g
This commit is contained in:
parent
ed9132427a
commit
1cb088441a
|
|
@ -68,7 +68,7 @@
|
|||
// IWYU pragma: end_exports
|
||||
|
||||
namespace grpc {
|
||||
std::string Version();
|
||||
grpc::string Version();
|
||||
} // namespace grpc
|
||||
|
||||
#endif // GRPCXX_GRPCXX_H
|
||||
|
|
|
|||
|
|
@ -39,5 +39,5 @@
|
|||
#include <grpc++/grpc++.h>
|
||||
|
||||
namespace grpc {
|
||||
std::string Version() { return "${settings.cpp_version}"; }
|
||||
grpc::string Version() { return "${settings.cpp_version}"; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue