VirtualBox

Changeset 15593 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Dec 16, 2008 2:56:18 PM (16 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r15592 r15593  
    15171517                    hrc = networkAdapter->COMGETTER(HostInterface)(hostInterfaceName.asOutParam()); H();
    15181518                    com::SafeIfaceArray <IHostNetworkInterface> hostNetworkInterfaces;
    1519                     hrc = host->COMGETTER(NetworkInterfaces) (ComSafeArrayAsOutParam (hostNetworkInterfaces))); H();
     1519                    hrc = host->COMGETTER(NetworkInterfaces) (ComSafeArrayAsOutParam (hostNetworkInterfaces)); H();
    15201520                    ComPtr<IHostNetworkInterface> hostInterface;
    15211521                    for (size_t i = 0; i < hostNetworkInterfaces.size(); ++i)
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