Fix more warnings (#260).

This commit is contained in:
EinMByte 2015-08-30 12:33:09 +02:00
parent ee0d603a81
commit 6dd36b8289
3 changed files with 5 additions and 5 deletions

View file

@ -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;
};
}