Correct comment for wxUILocaleImplUnix::m_locale

This member is not allocated on demand any more, but is only null for
the default locale object.
This commit is contained in:
Vadim Zeitlin
2021-09-04 19:17:57 +02:00
parent 7a7bc5dad2
commit 07015d29a8

View File

@@ -66,7 +66,7 @@ private:
wxLocaleIdent m_locId;
#ifdef HAVE_LOCALE_T
// Initially null, allocated on demand when needed, use GetLocale().
// Only null for the default locale.
locale_t m_locale;
#endif // HAVE_LOCALE_T