mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-15 17:11:23 +01:00
Use extern in function definitions.
This commit is contained in:
@@ -173,8 +173,8 @@ void QuitAudacity();
|
||||
#include <wx/defs.h>
|
||||
#include <wx/string.h>
|
||||
|
||||
const wxString& GetCustomTranslation(const wxString& str1 );
|
||||
const wxString& GetCustomSubstitution(const wxString& str1 );
|
||||
extern const wxString& GetCustomTranslation(const wxString& str1 );
|
||||
extern const wxString& GetCustomSubstitution(const wxString& str1 );
|
||||
|
||||
// Marks strings for extraction only...must use wxGetTranslation() to translate.
|
||||
#define XO(s) GetCustomSubstitution(s)
|
||||
|
||||
Reference in New Issue
Block a user