mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-05 05:39:53 +01:00
Add override to virtual destructor of derived class
This commit is contained in:
parent
5eb7aa4f90
commit
d86cb5f95d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user