Skip to content

Commit

Permalink
bindings/python: remove useless warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Feb 27, 2019
1 parent 655a3c4 commit db8fe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/multibody/joint/joints-datas.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace pinocchio
inline bp::class_<JointDataComposite>& expose_joint_data<JointDataComposite> (bp::class_<JointDataComposite> & cl)
{
return cl
.def(bp::init<const typename JointDataComposite::JointDataVector&, const int, const int>
.def(bp::init<const JointDataComposite::JointDataVector&, const int, const int>
(bp::args("Vector of joints", "nq", "nv"),
"Init JointDataComposite with a defined size"))
.add_property("joints",&JointDataComposite::joints)
Expand Down

0 comments on commit db8fe0a

Please sign in to comment.