From b1e9d81d96b2d30cd5e3a82dcb6503f7617ac73c Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Mon, 2 Aug 2021 17:55:55 -0700 Subject: [PATCH] Gems/GameStateSamples Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- .../GameStateSamples/GameStatePrimaryControllerDisconnected.inl | 2 +- .../Include/GameStateSamples/GameStatePrimaryUserSignedOut.inl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gems/GameStateSamples/Code/Include/GameStateSamples/GameStatePrimaryControllerDisconnected.inl b/Gems/GameStateSamples/Code/Include/GameStateSamples/GameStatePrimaryControllerDisconnected.inl index 4e9fb33c7e..ded069a638 100644 --- a/Gems/GameStateSamples/Code/Include/GameStateSamples/GameStatePrimaryControllerDisconnected.inl +++ b/Gems/GameStateSamples/Code/Include/GameStateSamples/GameStatePrimaryControllerDisconnected.inl @@ -83,7 +83,7 @@ namespace GameStateSamples return; } - string localizedMessage; + AZStd::string localizedMessage; const char* localizationKey = AZ_TRAIT_GAMESTATESAMPLES_PRIMARY_CONTROLLER_DISCONNECTED_LOC_KEY; bool wasLocalized = false; LocalizationManagerRequestBus::BroadcastResult(wasLocalized, diff --git a/Gems/GameStateSamples/Code/Include/GameStateSamples/GameStatePrimaryUserSignedOut.inl b/Gems/GameStateSamples/Code/Include/GameStateSamples/GameStatePrimaryUserSignedOut.inl index d7e45fcbdd..62fa9710dc 100644 --- a/Gems/GameStateSamples/Code/Include/GameStateSamples/GameStatePrimaryUserSignedOut.inl +++ b/Gems/GameStateSamples/Code/Include/GameStateSamples/GameStatePrimaryUserSignedOut.inl @@ -99,7 +99,7 @@ namespace GameStateSamples return; } - string localizedMessage; + AZStd::string localizedMessage; const char* localizationKey = "@PRIMARY_CONTROLLER_DISCONNECTED_LOC_KEY"; bool wasLocalized = false; LocalizationManagerRequestBus::BroadcastResult(wasLocalized,