Fix overzealous cleanup.

This commit is contained in:
jean-pierre charras 2025-06-09 19:00:25 +02:00
parent 2c92f95a1c
commit 68929aa980

View File

@ -46,7 +46,8 @@ public:
private:
// The locale in use before switching to the "C" locale
// (the locale can be set by user, and is not always the system locale)
std::string m_user_locale; // used when using setlocale or wxSetlocale
[[maybe_unused]]wxLocale* m_wxLocale; // used when using wxLocale
std::string m_user_locale; // used when using setlocale or wxSetlocale
};
#endif