Changeset 55244 in vbox for trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
- Timestamp:
- Apr 14, 2015 12:57:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r51799 r55244 432 432 if (RT_SUCCESS(rc)) 433 433 { 434 /* Query the progress object to the caller. */ 435 if (aProgress) 436 pResp->queryProgressTo(aProgress.asOutParam()); 434 hr = pResp->queryProgressTo(aProgress.asOutParam()); 435 ComAssertComRC(hr); 437 436 } 438 437 }
Note:
See TracChangeset
for help on using the changeset viewer.