fixed gcc warning on initialization order

This commit is contained in:
Arvid Norberg 2007-03-02 20:39:23 +00:00
parent 7e3a415d0b
commit 966ba81be0
1 changed files with 1 additions and 1 deletions

View File

@ -386,9 +386,9 @@ namespace libtorrent
, boost::weak_ptr<request_callback> r)
: timeout_handler(str)
, m_requester(r)
, m_bind_interface(bind_interface_)
, m_man(man)
, m_req(req)
, m_bind_interface(bind_interface_)
{}
request_callback& tracker_connection::requester()