Fixes ComponentInterface.h(49,84): warning C4273: 'GetCustomTranslation': inconsistent dll linkage

This commit is contained in:
Dmitry Vedenko 2021-06-16 11:36:56 +03:00 committed by GitHub
parent d167b0bc83
commit d21ee922e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
#include "audacity/Types.h"
#include <wx/string.h> // member variables
extern AUDACITY_DLL_API const wxString& GetCustomTranslation(const wxString& str1 );
STRINGS_API const wxString& GetCustomTranslation(const wxString& str1 );
/**************************************************************************//**