VirtualBox

Changeset 63706 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 2, 2016 7:45:25 PM (8 years ago)
Author:
vboxsync
Message:

non-windows build fix for r110477

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp

    r63705 r63706  
    623623            if (SUCCEEDED(hr))
    624624                hr = virtualBoxClient->COMGETTER(VirtualBox)(virtualBox.asOutParam());
    625             else if (hr == REGDB_E_CLASSNOTREG)
     625            else
    626626                hr = virtualBox.createLocalObject(CLSID_VirtualBox);
    627627            if (FAILED(hr))
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