Skip to content
Snippets Groups Projects
Commit fd2dad08 authored by Fabian Reister's avatar Fabian Reister
Browse files

armem/core: args of simox::alg::apply are swapped

parent e35248d9
No related branches found
No related tags found
No related merge requests found
......@@ -71,10 +71,10 @@ namespace armarx::armem
std::vector<std::string> CommitResult::allErrorMessages() const
{
return simox::alg::apply([](const EntityUpdateResult & res)
return simox::alg::apply(results, [](const EntityUpdateResult & res)
{
return res.errorMessage;
}, results);
});
}
......
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