Regenerated single include
diff --git a/single_include/catch.hpp b/single_include/catch.hpp
index a279601..ffa159a 100644
--- a/single_include/catch.hpp
+++ b/single_include/catch.hpp
@@ -3323,6 +3323,13 @@
class ExceptionTranslatorRegistry : public IExceptionTranslatorRegistry
{
///////////////////////////////////////////////////////////////////////
+ ~ExceptionTranslatorRegistry
+ ()
+ {
+ deleteAll( m_translators );
+ }
+
+ ///////////////////////////////////////////////////////////////////////
virtual void registerTranslator
(
IExceptionTranslator* translator