Skip to content
Snippets Groups Projects
Commit 21f497df authored by Fabian Paus's avatar Fabian Paus
Browse files

Fix type

parent 2054804e
No related branches found
No related tags found
No related merge requests found
......@@ -260,6 +260,6 @@ namespace armarx
static VirtualRobot::RobotNodePtr createRemoteRobotNode(SharedRobotNodeInterfacePrx, VirtualRobot::RobotPtr);
};
using RemoteRobotPtr = stdmakeal::shared_ptr<RemoteRobot>;
using RemoteRobotPtr = std::shared_ptr<RemoteRobot>;
}
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