mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Fixes ComponentInterface.h(49,84): warning C4273: 'GetCustomTranslation': inconsistent dll linkage
This commit is contained in:
parent
d167b0bc83
commit
d21ee922e1
@ -46,7 +46,7 @@
|
|||||||
#include "audacity/Types.h"
|
#include "audacity/Types.h"
|
||||||
#include <wx/string.h> // member variables
|
#include <wx/string.h> // member variables
|
||||||
|
|
||||||
extern AUDACITY_DLL_API const wxString& GetCustomTranslation(const wxString& str1 );
|
STRINGS_API const wxString& GetCustomTranslation(const wxString& str1 );
|
||||||
|
|
||||||
/**************************************************************************//**
|
/**************************************************************************//**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user