mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
fixed warning
This commit is contained in:
parent
dfa634d8aa
commit
7bee253e46
@ -33,7 +33,7 @@ namespace i2p
|
||||
i2p::proxy::HTTPProxy *httpProxy;
|
||||
};
|
||||
|
||||
Daemon_Singleton::Daemon_Singleton() : d(*new Daemon_Singleton_Private()), running(1) {};
|
||||
Daemon_Singleton::Daemon_Singleton() : running(1), d(*new Daemon_Singleton_Private()) {};
|
||||
Daemon_Singleton::~Daemon_Singleton() {
|
||||
delete &d;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user