diff options
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 @@ | |||
| 10 | 10 | ||
| 11 | namespace Settings { | 11 | namespace Settings { |
| 12 | 12 | ||
| 13 | Values values = {}; | 13 | Values values; |
| 14 | static bool configuring_global = true; | 14 | static bool configuring_global = true; |
| 15 | 15 | ||
| 16 | std::string GetTimeZoneString() { | 16 | std::string GetTimeZoneString() { |