Skip to content

Commit e5110b6

Browse files
authored
[CORE] Make game compile in VS2019 (#1272)
1 parent 7605546 commit e5110b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Libraries/Source/WWVegas/WW3D2/prim_anim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ int PrimitiveAnimationChannelClass<T>::Get_Key_Count (void) const
187187
// Set_Key_Value
188188
/////////////////////////////////////////////////////////
189189
template<class T>
190-
const PrimitiveAnimationChannelClass<T>::KeyClass &PrimitiveAnimationChannelClass<T>::Get_Key (int index) const
190+
const typename PrimitiveAnimationChannelClass<T>::KeyClass &PrimitiveAnimationChannelClass<T>::Get_Key (int index) const
191191
{
192192
return m_Data[index];
193193
}

0 commit comments

Comments
 (0)