Skip to content
Snippets Groups Projects
Commit c102907d authored by Philip Scherer's avatar Philip Scherer
Browse files

MemoryViewer.cpp: Replace uses of armem::fromIce

parent e75ac32e
No related branches found
No related tags found
1 merge request!242Add Prediction Interface and linear position prediction model to Object Memory
......@@ -679,7 +679,7 @@ namespace armarx::armem::gui
actions::GetActionsOutputSeq result;
try
{
result = prx.actions->getActions({{toIce<data::MemoryID>(memoryID)}});
result = prx.actions->getActions({{armarx::toIce<data::MemoryID>(memoryID)}});
}
catch (const Ice::LocalException& e)
{
......@@ -704,7 +704,7 @@ namespace armarx::armem::gui
try
{
result = prx.actions->executeActions(
{{toIce<armem::data::MemoryID>(memoryID), path}});
{{armarx::toIce<armem::data::MemoryID>(memoryID), path}});
}
catch (const Ice::LocalException& e)
{
......
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