From 7e03f9964f60ee02b3fd640427cef35317661b28 Mon Sep 17 00:00:00 2001 From: Sit Melai Date: Wed, 2 Nov 2016 14:41:50 +0000 Subject: [PATCH] =?UTF-8?q?R=C3=A9pare=20une=20fausse=20manipulation=20en?= =?UTF-8?q?=20rajoutant=20un=20const?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/nel/include/nel/3d/skeleton_model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)).