mirror of
				https://github.com/open-source-parsers/jsoncpp.git
				synced 2025-11-04 12:17:36 +01: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