mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
[win32] fix warning in NetState
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
601695dede
commit
c4bbe2bb4a
2 changed files with 10 additions and 1 deletions
|
@ -15,10 +15,11 @@
|
|||
#include "Log.h"
|
||||
#include "Transports.h"
|
||||
|
||||
class CNetworkListManagerEvent : public INetworkListManagerEvents
|
||||
class CNetworkListManagerEvent final : public INetworkListManagerEvents
|
||||
{
|
||||
public:
|
||||
CNetworkListManagerEvent() : m_ref(1) { }
|
||||
~CNetworkListManagerEvent() { }
|
||||
|
||||
HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void **ppvObject)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue