VirtualBox

Changeset 55190 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 10, 2015 4:26:56 PM (10 years ago)
Author:
vboxsync
Message:

Main/Progress: fix typo (recent regression) which silently lost error information on Windows host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ProgressImpl.cpp

    r54992 r55190  
    356356{
    357357    HRESULT rc;
    358     ComPtr<VirtualBoxErrorInfo> errorInfo;
     358    ComPtr<IVirtualBoxErrorInfo> errorInfo;
    359359    if (FAILED(aResultCode))
    360360    {
     
    364364        rc = ::GetErrorInfo(0, err.asOutParam());
    365365        if (rc == S_OK && err)
    366             rc = err.queryInterfaceTo(mErrorInfo.asOutParam());
     366            rc = err.queryInterfaceTo(errorInfo.asOutParam());
    367367#else /* !defined(VBOX_WITH_XPCOM) */
    368368        nsCOMPtr<nsIExceptionService> es;
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