1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Fix Linux build

This commit is contained in:
Paul Licameli 2019-12-05 13:14:42 -05:00
parent 15260c2c95
commit 4b43962415

View File

@ -316,7 +316,7 @@ wxString TranslatableString::Translation() const
wxString result = (context == NullContextName)
? *this
: wxGetTranslation( *this, {}, context );
: wxGetTranslation( *this, wxString{}, context );
if ( mFormatter )
result = mFormatter( result );