|
|
@ -80,7 +80,8 @@ void KiAssertFilter( const wxString &file, int line, |
|
|
|
// allow for nesting of LOCALE_IO instantiations
|
|
|
|
static std::atomic<unsigned int> locale_count( 0 ); |
|
|
|
|
|
|
|
LOCALE_IO::LOCALE_IO() |
|
|
|
LOCALE_IO::LOCALE_IO() : |
|
|
|
m_wxLocale( nullptr ) |
|
|
|
{ |
|
|
|
// use thread safe, atomic operation
|
|
|
|
if( locale_count++ == 0 ) |
|
|
|