mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
fixed warning
This commit is contained in:
parent
dfa634d8aa
commit
7bee253e46
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue