Browse Source

Fix a minor compil warning

pull/18/head
jean-pierre charras 5 months ago
parent
commit
095158d70c
  1. 2
      common/locale_io.cpp

2
common/locale_io.cpp

@ -81,9 +81,7 @@ void KiAssertFilter( const wxString &file, int line,
static std::atomic<unsigned int> locale_count( 0 );
LOCALE_IO::LOCALE_IO()
#if USE_WXLOCALE
: m_wxLocale( nullptr )
#endif
{
// use thread safe, atomic operation
if( locale_count++ == 0 )

Loading…
Cancel
Save