mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-11 10:25:47 +02:00
- added missing virtual destructor to TestCase.
This commit is contained in:
@@ -304,6 +304,11 @@ TestCase::TestCase()
|
||||
}
|
||||
|
||||
|
||||
TestCase::~TestCase()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
TestCase::run( TestResult &result )
|
||||
{
|
||||
|
@@ -110,6 +110,8 @@ namespace JsonTest {
|
||||
public:
|
||||
TestCase();
|
||||
|
||||
virtual ~TestCase();
|
||||
|
||||
void run( TestResult &result );
|
||||
|
||||
virtual const char *testName() const = 0;
|
||||
|
Reference in New Issue
Block a user