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