1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-02 00:24:47 +02:00

Regenerated single include

This commit is contained in:
Phil Nash 2012-02-18 19:16:30 +00:00
parent 0dd3c57221
commit 3619cb2f09

@ -3322,6 +3322,13 @@ namespace Catch
{
class ExceptionTranslatorRegistry : public IExceptionTranslatorRegistry
{
///////////////////////////////////////////////////////////////////////
~ExceptionTranslatorRegistry
()
{
deleteAll( m_translators );
}
///////////////////////////////////////////////////////////////////////
virtual void registerTranslator
(