mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-19 21:25:30 +00:00
fixed warning
This commit is contained in:
parent
dfa634d8aa
commit
7bee253e46
@ -33,7 +33,7 @@ namespace i2p
|
|||||||
i2p::proxy::HTTPProxy *httpProxy;
|
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() {
|
Daemon_Singleton::~Daemon_Singleton() {
|
||||||
delete &d;
|
delete &d;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user