Skip to content
Snippets Groups Projects
Commit cc1601a1 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix deprecation warning

parent 67b4d858
No related branches found
No related tags found
No related merge requests found
......@@ -432,7 +432,7 @@ armarx::DSObstacleAvoidance::updateEnvironment(const Ice::Current&)
}
// Update environment.
StopWatch sw;
armarx::core::time::StopWatch sw;
for (const buffer::update& update : update_log)
{
doa::Environment::iterator it = m_doa.env.find(update.name);
......
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