Répare une fausse manipulation en rajoutant un const

This commit is contained in:
Sit Melai 2016-11-02 14:41:50 +00:00
parent 003480c4e9
commit 7e03f9964f

View file

@ -87,7 +87,7 @@ public:
/** The list of CBone, created from the CSkeletonShape.
* They are odered in depth-first order.
*/
std::vector<const CBone> Bones;
std::vector<CBone> Bones;
public:
/// \name IAnimatable Interface (registering only IAnimatable sons (bones)).