Exceptions should not assert on default

Reviewed-by: kkoehne
This commit is contained in:
Marco Bubke
2010-05-11 13:55:55 +02:00
committed by Kai Koehne
parent 94356a07dd
commit 386dac2c47

View File

@@ -71,7 +71,7 @@ const char* demangle(const char* name)
#endif
bool Exception::s_shouldAssert = true;
bool Exception::s_shouldAssert = false;
void Exception::setShouldAssert(bool assert)
{