We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7605546 commit e5110b6Copy full SHA for e5110b6
Core/Libraries/Source/WWVegas/WW3D2/prim_anim.h
@@ -187,7 +187,7 @@ int PrimitiveAnimationChannelClass<T>::Get_Key_Count (void) const
187
// Set_Key_Value
188
/////////////////////////////////////////////////////////
189
template<class T>
190
-const PrimitiveAnimationChannelClass<T>::KeyClass &PrimitiveAnimationChannelClass<T>::Get_Key (int index) const
+const typename PrimitiveAnimationChannelClass<T>::KeyClass &PrimitiveAnimationChannelClass<T>::Get_Key (int index) const
191
{
192
return m_Data[index];
193
}
0 commit comments