fix msvc build

This commit is contained in:
Arvid Norberg 2009-10-23 06:41:09 +00:00
parent 4a5e0b7cf1
commit f2af1d0d1a
1 changed files with 1 additions and 1 deletions

View File

@ -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()