Skip to content
Snippets Groups Projects
Commit 32b61a75 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Resolve ambiguous constructor

parent 35683aa8
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ namespace dynamicgraph
,CONSTRUCT_SIGNAL_OUT(velocityDesired, ml::Vector,
velocityDesSIN<<controlSelectionSIN )
,previousTask(0u)
,previousTask()
{
taskSOUT.setFunction( boost::bind(&TaskDynPassingPoint::computeTaskSOUT,this,_1,_2) );
taskSOUT.addDependency( velocityCurrentSOUT );
......
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