Skip to content
Snippets Groups Projects
Verified Commit 2a8bf870 authored by Justin Carpentier's avatar Justin Carpentier Committed by Justin Carpentier
Browse files

[Joint/JointGeneric] Fix method constness

parent fbb21087
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ namespace se3
const JointModelVariant & toVariant() const
{ return *static_cast<const JointModelVariant*>(this); }
JointDataDerived createData()
JointDataDerived createData() const
{ return ::se3::createData<JointCollection>(*this); }
using Base::isEqual;
......
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