Skip to content

Commit

Permalink
Stop using global namespace on a template param
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpai committed Jun 17, 2016
1 parent f486881 commit 7b4dc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/grpc++/ext/proto_server_reflection_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b4dc53

Please sign in to comment.