Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Fixed warning in FX
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed May 13, 2022
1 parent 0551f6f commit 3df928c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Effects11/Binary/EffectBinaryFormat.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static const EVersionTag g_EffectVersions[] =

// Enumeration of the possible left-hand side values of an assignment,
// divided up categorically by the type of block they may appear in
enum ELhsType
enum ELhsType : int
{
ELHS_Invalid,

Expand Down

0 comments on commit 3df928c

Please sign in to comment.