branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
parent 4 | 3b1da2848fc7 |
--- a/src/corelib/io/qdebug.h Fri Feb 19 23:40:16 2010 +0200 +++ b/src/corelib/io/qdebug.h Fri Mar 12 15:46:37 2010 +0200 @@ -83,7 +83,7 @@ if(stream->message_output) { QT_TRY { qt_message_output(stream->type, stream->buffer.toLocal8Bit().data()); - } QT_CATCH(std::bad_alloc) { /* We're out of memory - give up. */ } + } QT_CATCH(std::bad_alloc&) { /* We're out of memory - give up. */ } } delete stream; }