VirtualBox

Ignore:
Timestamp:
Mar 28, 2012 2:58:23 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77141
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r40684 r40687  
    415415            CHECK_ERROR_BREAK(pProgress, COMGETTER(ResultCode)(&rcProc));
    416416            if (FAILED(rcProc))
    417                 vrc = ctrlPrintError(com::ProgressErrorInfo(pProgress));
     417            {
     418                com::ProgressErrorInfo ErrInfo(pProgress);
     419                vrc = ctrlPrintError(ErrInfo);
     420            }
    418421        }
    419422
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