Stop using global namespace on a template param

pull/6863/head
vjpai 9 years ago
parent f486881fe9
commit 7b4dc532dd
  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