Add virtual destructor to satisfy a requirement of some compilers

pull/6041/head
vjpai 9 years ago
parent 6fa2ce56f3
commit bd06e441cc
  1. 1
      test/cpp/end2end/thread_stress_test.cc

@ -179,6 +179,7 @@ template <class Service>
class CommonStressTest {
public:
CommonStressTest() : kMaxMessageSize_(8192) {}
virtual ~CommonStressTest() {}
virtual void SetUp() = 0;
virtual void TearDown() = 0;
void ResetStub() {

Loading…
Cancel
Save