Skip to content
Snippets Groups Projects
Commit 6c34a0ca authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix ProblemSolver::robot prototype

parent 7d1942e1
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ namespace hpp { ...@@ -50,7 +50,7 @@ namespace hpp {
/// Set robot /// Set robot
/// Check that robot is of type hpp::manipulation::Device /// Check that robot is of type hpp::manipulation::Device
virtual void robot (const DevicePtr_t& robot) virtual void robot (const core::DevicePtr_t& robot)
{ {
robot_ = HPP_DYNAMIC_PTR_CAST (Device, robot); robot_ = HPP_DYNAMIC_PTR_CAST (Device, robot);
assert (robot_); assert (robot_);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment