...one more detail to get things fixed

Change-Id: If5d3cb2242e08e559380a4e2c86c96dc6cdc0c71
This commit is contained in:
Stephan Bergmann
2016-03-31 13:21:32 +02:00
parent ef97576056
commit 8d463bbf6a

View File

@@ -172,6 +172,8 @@ void win_seh_translator( unsigned nSEHCode, _EXCEPTION_POINTERS* /* pExcPtrs */)
throw std::runtime_error( pSEHName);
}
}
void onErrorReportingChanged(bool bEnable)
{
#if defined _MSC_VER
@@ -183,6 +185,4 @@ void onErrorReportingChanged(bool bEnable)
#endif
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */