mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-15 23:20:05 +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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user