pull/6863/head
Vijay Pai 9 years ago
parent 62eb1c7908
commit 90460fadf6
  1. 2
      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

Loading…
Cancel
Save