1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 06:40:12 +01:00

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

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 );
/**************************************************************************//**