VirtualBox

Changeset 43944 in vbox


Ignore:
Timestamp:
Nov 22, 2012 8:16:49 PM (12 years ago)
Author:
vboxsync
Message:

Burn fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/EventQueue.cpp

    r43943 r43944  
    2626# define USE_XPCOM_QUEUE
    2727#endif
     28
     29#include <new> /* For bad_alloc. */
    2830
    2931#include <iprt/err.h>
     
    235237#endif // VBOX_WITH_XPCOM
    236238    }
    237     catch (bad_alloc &ba)
     239    catch (std::bad_alloc &)
    238240    {
    239241        return VERR_NO_MEMORY;
     
    620622        return NS_SUCCEEDED(rc);
    621623    }
    622     catch (bad_alloc &ba)
     624    catch (std::bad_alloc &ba)
    623625    {
    624626        AssertMsgFailed(("Out of memory while allocating memory for event=%p: %s\n",
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette