Fix clang-tidy 6 diagnostic about virtual call in destructor

This commit is contained in:
Zsolt Parragi 2018-03-15 21:23:33 +01:00 committed by Martin Hořeňovský
parent 8b78087412
commit 886d799b79

View File

@ -99,7 +99,7 @@ namespace Catch {
public: public:
// !TBD We need to do this another way! // !TBD We need to do this another way!
bool aborting() const override; bool aborting() const final;
private: private: