Skip to content
Snippets Groups Projects
Commit 619ba29e authored by Nicolas Mansard's avatar Nicolas Mansard
Browse files

Correct a bug in previous commit.

parent 17624669
No related branches found
No related tags found
No related merge requests found
......@@ -402,7 +402,7 @@ namespace dynamicgraph {
const std::string& docString)
{
return new CommandVoid4<E,T1,T2,T3,T4>( entity,
boost::bind(function,&entity,_1,_2,_4),
boost::bind(function,&entity,_1,_2,_3,_4),
docString );
return NULL;
}
......
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