BLocale: Name the BLocker.

This commit is contained in:
Augustin Cavalier
2026-03-02 20:22:14 -05:00
parent b6441edfac
commit 9e3e304057
+3 -1
View File
@@ -13,7 +13,9 @@
BLocale::BLocale(const BLanguage* language,
const BFormattingConventions* conventions)
const BFormattingConventions* conventions)
:
fLock("BLocale")
{
if (conventions != NULL)
fConventions = *conventions;