mirror of
https://github.com/catchorg/Catch2
synced 2026-02-11 12:22:29 +00:00
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