fix build issue

This commit is contained in:
Arvid Norberg 2014-03-05 06:32:03 +00:00
parent 6730937d04
commit 51992598f0
1 changed files with 1 additions and 1 deletions

View File

@ -2017,7 +2017,7 @@ namespace libtorrent
dht_put_alert(boost::array<char, 32> key
, boost::array<char, 64> sig
, std::string s
, uint64_t sequence_number)
, boost::uint64_t sequence_number)
: target(0)
, public_key(key)
, signature(sig)