forked from premiere/premiere-libtorrent
fix msvc build
This commit is contained in:
parent
4a5e0b7cf1
commit
f2af1d0d1a
|
@ -382,7 +382,7 @@ namespace
|
|||
|
||||
// create a dummy traversal_algorithm
|
||||
boost::intrusive_ptr<traversal_algorithm> algo(
|
||||
new traversal_algorithm(node, node_id::min()));
|
||||
new traversal_algorithm(node, (node_id::min)()));
|
||||
|
||||
// store on the first k nodes
|
||||
for (std::vector<std::pair<node_entry, std::string> >::const_iterator i = v.begin()
|
||||
|
|
Loading…
Reference in New Issue