1
0
Fork 0

Fix a bug.

This commit is contained in:
Max Neunhoeffer 2015-05-01 01:24:53 -07:00
parent 679073cf25
commit a6bb266287
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ class Searcher {
//std::lock_guard<std::mutex> guard(_myInfo._mutex);
Traverser::Step* s2 = _myInfo._pq.find(v);
s2->_done = true;
return true;
}
// std::thread _thread;