Changeset 63706 in vbox for trunk/src/VBox
- Timestamp:
- Sep 2, 2016 7:45:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp
r63705 r63706 623 623 if (SUCCEEDED(hr)) 624 624 hr = virtualBoxClient->COMGETTER(VirtualBox)(virtualBox.asOutParam()); 625 else if (hr == REGDB_E_CLASSNOTREG)625 else 626 626 hr = virtualBox.createLocalObject(CLSID_VirtualBox); 627 627 if (FAILED(hr))
Note:
See TracChangeset
for help on using the changeset viewer.