diff options
author | Mai M <mathew1800@gmail.com> | 2022-04-28 23:28:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 23:28:07 -0400 |
commit | 5687bc6e103d47d5ddf1ac4380a939f1287bdb31 (patch) | |
tree | 9eac623466c034656b87ae866b73cfba1bf3a925 /src/common/settings.cpp | |
parent | f3128fe915219a3564be366d3ab0c317422f0fc5 (diff) | |
parent | 709d7fd92c948dcf44897362d353d540abb38a1f (diff) |
Merge pull request #8282 from liamwhite/gcc-12
GCC 12 fixes
Diffstat (limited to 'src/common/settings.cpp')
-rw-r--r-- | src/common/settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index fdc012355..9a9c74a70 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp @@ -10,7 +10,7 @@ namespace Settings { -Values values = {}; +Values values; static bool configuring_global = true; std::string GetTimeZoneString() { |