Skip to content
Snippets Groups Projects
Commit b44f852c authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Fix an erroneous typedef of shared ptrs for RobotUnitModule::Devices

parent 01f89f3d
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ namespace armarx
{
namespace RobotUnitModule
{
TYPEDEF_PTRS_SHARED(Devices);
TYPEDEF_PTRS_HANDLE(Devices);
}
TYPEDEF_PTRS_SHARED(ControlDevice);
......
......@@ -31,7 +31,7 @@ namespace armarx
{
namespace RobotUnitModule
{
TYPEDEF_PTRS_SHARED(Devices);
TYPEDEF_PTRS_HANDLE(Devices);
}
TYPEDEF_PTRS_SHARED(SensorDevice);
......
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