diff --git a/code/nel/include/nel/3d/skeleton_model.h b/code/nel/include/nel/3d/skeleton_model.h index 4910f1c86..dccafd1f1 100644 --- a/code/nel/include/nel/3d/skeleton_model.h +++ b/code/nel/include/nel/3d/skeleton_model.h @@ -87,7 +87,7 @@ public: /** The list of CBone, created from the CSkeletonShape. * They are odered in depth-first order. */ - std::vector Bones; + std::vector Bones; public: /// \name IAnimatable Interface (registering only IAnimatable sons (bones)).