1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 09:31:15 +02:00

Fix mod-nyq-bench compilation under Windows.

This commit is contained in:
James Crook
2018-04-05 18:12:34 +01:00
parent af54ac9cf6
commit 0885fda459
5 changed files with 9 additions and 7 deletions

View File

@@ -43,7 +43,7 @@
#define __AUDACITY_IDENTINTERFACE_H__
#include "audacity/Types.h"
extern const wxString& GetCustomTranslation(const wxString& str1 );
extern AUDACITY_DLL_API const wxString& GetCustomTranslation(const wxString& str1 );
/**************************************************************************//**