forked from catchorg/Catch2
Fix clang-tidy 6 diagnostic about virtual call in destructor
This commit is contained in:
committed by
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