mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
11 lines
331 B
Diff
11 lines
331 B
Diff
--- a/backend/libosmscout/libosmscout/include/osmscout/util/Locale.h
|
|
+++ b/backend/libosmscout/libosmscout/include/osmscout/util/Locale.h
|
|
@@ -102,7 +102,7 @@
|
|
}
|
|
|
|
public:
|
|
- static Locale ByEnvironment(std::locale locale = std::locale(""));
|
|
+ static Locale ByEnvironment(std::locale locale = std::locale());
|
|
};
|
|
}
|
|
|