mirror of
https://github.com/opencv/opencv.git
synced 2024-12-01 06:49:50 +08:00
Fix hash_tsdf_functions.cpp compilation on some platforms.
This commit is contained in:
parent
91775af2dd
commit
79e0763d17
@ -408,7 +408,7 @@ void allocateVolumeUnits(
|
||||
Vec4i node = _thm.data[i];
|
||||
Vec3i idx(node[0], node[1], node[2]);
|
||||
|
||||
std::lock_guard<std::recursive_mutex> al(_mutex);
|
||||
std::lock_guard<Mutex> al(_mutex);
|
||||
|
||||
int result = _globalHashMap.insert(idx);
|
||||
if (result == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user