Skip to content

Commit

Permalink
Fix a typo in the template
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Nov 10, 2023
1 parent 39af22f commit 0dea146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarth/Containers
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ namespace osgEarth { namespace Util

void forEach(std::function<void(DATA&)> functor)
{
osgEarth::Threading::ScopedLockIf lock(_mutex, _threthreadsafeadsafe);
osgEarth::Threading::ScopedLockIf lock(_mutex, threadsafe);
for (auto& entry : _data)
functor(entry.second);
}
Expand Down

0 comments on commit 0dea146

Please sign in to comment.