@@ -541,7 +541,7 @@ class KeyframerFlag_Z {
541541 return m_Keys[i];
542542 }
543543
544- inline void SetNbKey (U32 NbKey) {
544+ inline void SetNbKey (S32 NbKey) {
545545 m_Keys.SetSize (NbKey);
546546 }
547547
@@ -586,7 +586,7 @@ class KeyframerHdl_Z {
586586 return m_Keys[i];
587587 }
588588
589- inline void SetNbKey (U32 NbKey) {
589+ inline void SetNbKey (S32 NbKey) {
590590 m_Keys.SetSize (NbKey);
591591 }
592592
@@ -637,7 +637,7 @@ class KeyframerFloat_Z : public Keyframer_Z {
637637 return m_Keys;
638638 }
639639
640- inline void SetNbKey (U32 NbKey) {
640+ inline void SetNbKey (S32 NbKey) {
641641 m_Keys.SetSize (NbKey);
642642 }
643643
@@ -688,7 +688,7 @@ class KeyframerFloatComp_Z : public Keyframer_Z {
688688 return m_Keys;
689689 }
690690
691- inline void SetNbKey (U32 NbKey) {
691+ inline void SetNbKey (S32 NbKey) {
692692 m_Keys.SetSize (NbKey);
693693 }
694694
@@ -735,7 +735,7 @@ class KeyframerFloatLinear_Z : public Keyframer_Z {
735735 return m_Keys[i];
736736 }
737737
738- inline void SetNbKey (U32 NbKey) {
738+ inline void SetNbKey (S32 NbKey) {
739739 m_Keys.SetSize (NbKey);
740740 }
741741
@@ -786,7 +786,7 @@ class KeyframerFloatLinearComp_Z : public Keyframer_Z {
786786 return m_Keys[i];
787787 }
788788
789- inline void SetNbKey (U32 NbKey) {
789+ inline void SetNbKey (S32 NbKey) {
790790 m_Keys.SetSize (NbKey);
791791 }
792792
@@ -837,7 +837,7 @@ class KeyframerRot_Z {
837837 return m_Keys[i];
838838 }
839839
840- inline void SetNbKey (U32 NbKey) {
840+ inline void SetNbKey (S32 NbKey) {
841841 m_Keys.SetSize (NbKey);
842842 }
843843
@@ -884,7 +884,7 @@ class KeyframerBezierRot_Z {
884884 return m_Keys[i];
885885 }
886886
887- inline void SetNbKey (U32 NbKey) {
887+ inline void SetNbKey (S32 NbKey) {
888888 m_Keys.SetSize (NbKey);
889889 }
890890
@@ -930,7 +930,7 @@ class KeyframerVec3f_Z : public Keyframer_Z {
930930 return m_Keys[i];
931931 }
932932
933- inline void SetNbKey (U32 NbKey) {
933+ inline void SetNbKey (S32 NbKey) {
934934 m_Keys.SetSize (NbKey);
935935 }
936936
@@ -975,7 +975,7 @@ class KeyframerVec3fComp_Z : public Keyframer_Z {
975975 return m_Keys[i];
976976 }
977977
978- inline void SetNbKey (U32 NbKey) {
978+ inline void SetNbKey (S32 NbKey) {
979979 m_Keys.SetSize (NbKey);
980980 }
981981
@@ -1022,7 +1022,7 @@ class KeyframerVec3fLinear_Z : public Keyframer_Z {
10221022 return m_Keys[i];
10231023 }
10241024
1025- inline void SetNbKey (U32 NbKey) {
1025+ inline void SetNbKey (S32 NbKey) {
10261026 m_Keys.SetSize (NbKey);
10271027 }
10281028
@@ -1073,7 +1073,7 @@ class KeyframerExtVec3f_Z : public Keyframer_Z {
10731073 return m_Keys[i];
10741074 }
10751075
1076- inline void SetNbKey (U32 NbKey) {
1076+ inline void SetNbKey (S32 NbKey) {
10771077 m_Keys.SetSize (NbKey);
10781078 }
10791079
@@ -1118,7 +1118,7 @@ class KeyframerVec2fLinear_Z : public Keyframer_Z {
11181118 return m_Keys[i];
11191119 }
11201120
1121- inline void SetNbKey (U32 NbKey) {
1121+ inline void SetNbKey (S32 NbKey) {
11221122 m_Keys.SetSize (NbKey);
11231123 }
11241124
@@ -1170,7 +1170,7 @@ class KeyframerVec2fLinearComp_Z : public Keyframer_Z {
11701170 return m_Keys[i];
11711171 }
11721172
1173- inline void SetNbKey (U32 NbKey) {
1173+ inline void SetNbKey (S32 NbKey) {
11741174 m_Keys.SetSize (NbKey);
11751175 }
11761176
@@ -1221,7 +1221,7 @@ class KeyframerVec4fLinear_Z : public Keyframer_Z {
12211221 return m_Keys[i];
12221222 }
12231223
1224- inline void SetNbKey (U32 NbKey) {
1224+ inline void SetNbKey (S32 NbKey) {
12251225 m_Keys.SetSize (NbKey);
12261226 }
12271227
@@ -1272,7 +1272,7 @@ class KeyframerVec4fLinearComp_Z : public Keyframer_Z {
12721272 return m_Keys[i];
12731273 }
12741274
1275- inline void SetNbKey (U32 NbKey) {
1275+ inline void SetNbKey (S32 NbKey) {
12761276 m_Keys.SetSize (NbKey);
12771277 }
12781278
0 commit comments