From 3619cb2f091a646a8f2ad48d45869c9c49b19f20 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Sat, 18 Feb 2012 19:16:30 +0000 Subject: [PATCH] Regenerated single include --- single_include/catch.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/single_include/catch.hpp b/single_include/catch.hpp index a2796013..ffa159ac 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -3322,6 +3322,13 @@ namespace Catch { class ExceptionTranslatorRegistry : public IExceptionTranslatorRegistry { + /////////////////////////////////////////////////////////////////////// + ~ExceptionTranslatorRegistry + () + { + deleteAll( m_translators ); + } + /////////////////////////////////////////////////////////////////////// virtual void registerTranslator (