fixed message

This commit is contained in:
Guenter Obiltschnig 2014-09-19 09:48:59 +02:00
parent 544229302e
commit 5a14f72508

View File

@ -62,7 +62,7 @@ void Bugcheck::unexpected(const char* file, int line)
#ifdef _DEBUG #ifdef _DEBUG
try try
{ {
std::string msg("Caught exception in destructor: "); std::string msg("Unexpected exception in noexcept function or destructor: ");
try try
{ {
throw; throw;