Fix Linux build

This commit is contained in:
Paul Licameli 2019-12-05 14:08:35 -05:00
parent 4b43962415
commit 1545d292d0

View File

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