Changeset 55190 in vbox for trunk/src/VBox
- Timestamp:
- Apr 10, 2015 4:26:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ProgressImpl.cpp
r54992 r55190 356 356 { 357 357 HRESULT rc; 358 ComPtr< VirtualBoxErrorInfo> errorInfo;358 ComPtr<IVirtualBoxErrorInfo> errorInfo; 359 359 if (FAILED(aResultCode)) 360 360 { … … 364 364 rc = ::GetErrorInfo(0, err.asOutParam()); 365 365 if (rc == S_OK && err) 366 rc = err.queryInterfaceTo( mErrorInfo.asOutParam());366 rc = err.queryInterfaceTo(errorInfo.asOutParam()); 367 367 #else /* !defined(VBOX_WITH_XPCOM) */ 368 368 nsCOMPtr<nsIExceptionService> es;
Note:
See TracChangeset
for help on using the changeset viewer.