mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Fix clang-tidy 6 diagnostic about virtual call in destructor
This commit is contained in:
		 Zsolt Parragi
					Zsolt Parragi
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							8b78087412
						
					
				
				
					commit
					886d799b79
				
			| @@ -99,7 +99,7 @@ namespace Catch { | ||||
|  | ||||
|     public: | ||||
|         // !TBD We need to do this another way! | ||||
|         bool aborting() const override; | ||||
|         bool aborting() const final; | ||||
|  | ||||
|     private: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user