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

Fix deprecation warning

parent 88660cef
No related branches found
No related tags found
1 merge request!130Resolve "Import/Export of human profiles to PriorKnowledgeData"
......@@ -73,7 +73,7 @@ namespace armarx
{
if (properties.enableMemory)
{
armem::Time ts = armem::Time::microSeconds(timestamp_of_update);
armem::Time ts = armem::Time(armem::Duration::MicroSeconds(timestamp_of_update));
armem::EntityUpdate update;
update.entityID = armem::MemoryID()
......
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