mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Regenerated single include
This commit is contained in:
parent
0dd3c57221
commit
3619cb2f09
@ -3322,6 +3322,13 @@ namespace Catch
|
||||
{
|
||||
class ExceptionTranslatorRegistry : public IExceptionTranslatorRegistry
|
||||
{
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
~ExceptionTranslatorRegistry
|
||||
()
|
||||
{
|
||||
deleteAll( m_translators );
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
virtual void registerTranslator
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user