mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-19 08:46:41 +01:00
- added missing virtual destructor to TestCase.
This commit is contained in:
parent
7c66ac2e0f
commit
8d3790d217
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user