From b1444828ff96ce666d76cd3e0dfa2c1d1cfce1df Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Tue, 17 Aug 2021 08:48:40 -0700 Subject: [PATCH] make Jenkins happy Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- Gems/LyShine/Code/Source/Animation/AnimTrack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/LyShine/Code/Source/Animation/AnimTrack.h b/Gems/LyShine/Code/Source/Animation/AnimTrack.h index 21a78ae6a1..df0ae3a805 100644 --- a/Gems/LyShine/Code/Source/Animation/AnimTrack.h +++ b/Gems/LyShine/Code/Source/Animation/AnimTrack.h @@ -221,7 +221,7 @@ protected: float m_lastTime; int m_flags; - constexpr unsigned int InvalidKey = 0x7FFFFFFF; + static constexpr unsigned int InvalidKey = 0x7FFFFFFF; UiAnimParamData m_componentParamData;