Skip to content

Commit db8fe0a

Browse files
committed
bindings/python: remove useless warning
1 parent 655a3c4 commit db8fe0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/multibody/joint/joints-datas.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace pinocchio
6060
inline bp::class_<JointDataComposite>& expose_joint_data<JointDataComposite> (bp::class_<JointDataComposite> & cl)
6161
{
6262
return cl
63-
.def(bp::init<const typename JointDataComposite::JointDataVector&, const int, const int>
63+
.def(bp::init<const JointDataComposite::JointDataVector&, const int, const int>
6464
(bp::args("Vector of joints", "nq", "nv"),
6565
"Init JointDataComposite with a defined size"))
6666
.add_property("joints",&JointDataComposite::joints)

0 commit comments

Comments
 (0)