Skip to content

Commit 02ea062

Browse files
committed
up
1 parent 938220e commit 02ea062

File tree

1 file changed

+1
-1
lines changed
  • Plugins/kbengine_ue4_plugins/Source/KBEnginePlugins/Engine

1 file changed

+1
-1
lines changed

Plugins/kbengine_ue4_plugins/Source/KBEnginePlugins/Engine/KBVar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ template<typename T> struct TKBVariantTraits
5050
static int32 GetType()
5151
{
5252
static_assert(!sizeof(T), "KBVar trait must be specialized for this type.");
53-
return EVariantTypes::Empty;
53+
return (int32)EVariantTypes::Empty;
5454
}
5555
};
5656

0 commit comments

Comments
 (0)