mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix overzealous cleanup.
This commit is contained in:
parent
2c92f95a1c
commit
68929aa980
@ -46,7 +46,8 @@ public:
|
|||||||
private:
|
private:
|
||||||
// The locale in use before switching to the "C" locale
|
// The locale in use before switching to the "C" locale
|
||||||
// (the locale can be set by user, and is not always the system 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
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user