forked from catchorg/Catch2
Add override to virtual destructor of derived class
This commit is contained in:
@ -16,7 +16,7 @@ namespace Catch {
|
||||
|
||||
class ExceptionTranslatorRegistry : public IExceptionTranslatorRegistry {
|
||||
public:
|
||||
~ExceptionTranslatorRegistry();
|
||||
~ExceptionTranslatorRegistry() override;
|
||||
void registerTranslator( const IExceptionTranslator* translator );
|
||||
std::string translateActiveException() const override;
|
||||
std::string tryTranslators() const;
|
||||
|
Reference in New Issue
Block a user