diff options
author | 2016-06-16 00:28:57 -0700 | |
---|---|---|
committer | 2016-06-16 00:28:57 -0700 | |
commit | 90460fadf6269fdcbb6cb58fd3669cb26b00d923 (patch) | |
tree | d80d9fef3a62f2ec6e5f740223d98cf6d1cf691f /include/grpc++/ext | |
parent | 62eb1c7908c891ec2ab2a1aa24c61bde29008f98 (diff) |
Digraph
Diffstat (limited to 'include/grpc++/ext')
-rw-r--r-- | include/grpc++/ext/proto_server_reflection_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/ext/proto_server_reflection_plugin.h b/include/grpc++/ext/proto_server_reflection_plugin.h index 517c4737f5..2b61867258 100644 --- a/include/grpc++/ext/proto_server_reflection_plugin.h +++ b/include/grpc++/ext/proto_server_reflection_plugin.h @@ -56,7 +56,7 @@ class ProtoServerReflectionPlugin : public ::grpc::ServerBuilderPlugin { bool has_sync_methods() const GRPC_OVERRIDE; private: - std::shared_ptr<::grpc::ProtoServerReflection> reflection_service_; + std::shared_ptr< ::grpc::ProtoServerReflection> reflection_service_; }; // Add proto reflection plugin to ServerBuilder. This function should be called |