diff --git a/source/ps/GameSetup/GameSetup.cpp b/source/ps/GameSetup/GameSetup.cpp index ecfc23c6e6..82bd2e7334 100644 --- a/source/ps/GameSetup/GameSetup.cpp +++ b/source/ps/GameSetup/GameSetup.cpp @@ -736,7 +736,7 @@ void SetDefaultIfLocaleInvalid() // this constructor is similar to setlocale(LC_ALL, ""), // but instead of returning NULL, it throws runtime_error // when the first locale env variable found contains an invalid value - std::locale::locale(""); + std::locale(""); } catch (std::runtime_error&) {