Index: /OpenSceneGraph/trunk/include/osgAnimation/RigTransformHardware
===================================================================
--- /OpenSceneGraph/trunk/include/osgAnimation/RigTransformHardware (revision 10693)
+++ /OpenSceneGraph/trunk/include/osgAnimation/RigTransformHardware (revision 10918)
@@ -43,5 +43,5 @@
             float _boneWeight;
             IndexWeightEntry() { _boneIndex = 0; _boneWeight = 0;}
-            IndexWeightEntry(float index, float weight) { _boneIndex = index; _boneWeight = weight;}
+            IndexWeightEntry(int index, float weight) { _boneIndex = index; _boneWeight = weight;}
             int getIndex() const { return _boneIndex; }
             float getWeight() const { return _boneWeight; }
