Skip to content
Snippets Groups Projects
Commit 7ab3711c authored by Jaswant Panchumarti (Kitware)'s avatar Jaswant Panchumarti (Kitware)
Browse files

Fix tidy warning performance-unnecessary-copy-initialization

parent 0bf46f5a
No related merge requests found
......@@ -418,7 +418,7 @@ void vtkObjectManager::PruneUnusedBlobs()
}
for (const auto& iter : this->Context->States().items())
{
const auto state = iter.value();
const auto& state = iter.value();
auto hashIter = state.find("Hash");
if (hashIter != state.end())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment