mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 20:52:30 +02:00
Fix more warnings (#260).
This commit is contained in:
parent
ee0d603a81
commit
6dd36b8289
3 changed files with 5 additions and 5 deletions
|
@ -40,13 +40,13 @@ private:
|
|||
|
||||
private:
|
||||
|
||||
std::shared_ptr<I2PControlSession> m_Session;
|
||||
|
||||
bool m_IsRunning;
|
||||
std::thread * m_Thread;
|
||||
|
||||
boost::asio::io_service m_Service;
|
||||
boost::asio::ip::tcp::acceptor m_Acceptor;
|
||||
|
||||
std::shared_ptr<I2PControlSession> m_Session;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue