Initialize member in default ctor

pull/16040/head
yang-g 7 years ago
parent a93fdfce84
commit f48d3d5d98
  1. 2
      include/grpcpp/impl/codegen/completion_queue.h

@ -367,7 +367,7 @@ class ServerCompletionQueue : public CompletionQueue {
protected:
/// Default constructor
ServerCompletionQueue() {}
ServerCompletionQueue() : polling_type_(GRPC_CQ_DEFAULT_POLLING) {}
private:
/// \param is_frequently_polled Informs the GRPC library about whether the

Loading…
Cancel
Save