VirtualBox

Ignore:
Timestamp:
Jun 5, 2018 6:26:42 AM (7 years ago)
Author:
vboxsync
Message:

HostDnsService: Attempted Windows build fix for r122914.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp

    r69500 r72442  
    8787
    8888
    89 HRESULT HostDnsServiceWin::init(VirtualBox *virtualbox)
     89HRESULT HostDnsServiceWin::init(HostDnsMonitorProxy *proxy)
    9090{
    9191    if (m == NULL)
     
    129129    }
    130130
    131     HRESULT hrc = HostDnsMonitor::init(virtualbox);
     131    HRESULT hrc = HostDnsMonitor::init(proxy);
    132132    if (FAILED(hrc))
    133133        return hrc;
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