Skip to content
Snippets Groups Projects
Commit b6d57e70 authored by Yang Gao's avatar Yang Gao
Browse files

add missed explicit

parent 2ea98065
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ typedef std::list<grpc_time> deadline_list;
class ClientRpcContext {
public:
ClientRpcContext(int ch) : channel_id_(ch) {}
explicit ClientRpcContext(int ch) : channel_id_(ch) {}
virtual ~ClientRpcContext() {}
// next state, return false if done. Collect stats when appropriate
virtual bool RunNextState(bool, Histogram* hist) = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment