Fix delete operator undefined reference error for interface

pull/19358/head
Yunjia Wang 6 years ago
parent 53eef664d3
commit 04d504f67f
  1. 2
      src/core/lib/iomgr/executor/mpmcqueue.h

@ -48,6 +48,8 @@ class MPMCQueueInterface {
// Return number of elements in the queue currently
virtual int count() const GRPC_ABSTRACT;
GRPC_ABSTRACT_BASE_CLASS
};
class MPMCQueue : public MPMCQueueInterface {

Loading…
Cancel
Save