1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-08 08:01:19 +02:00

Fix errors in post build step on Mac

Was, Xcode ended the build, or even a clean, of either Debug or Release,
building the target 'Create Info Header'

This were introduced at commit 0361169839bca65d67ae2aca08bcc973c7faf4b7
This commit is contained in:
Paul Licameli 2017-06-23 22:53:53 -04:00
parent 68dfdab843
commit 4fab7365e5

View File

@ -191,8 +191,9 @@ void QuitAudacity();
#ifndef IN_RC #ifndef IN_RC
#include <wx/defs.h> //#include <wx/defs.h>
#include <wx/string.h> //#include <wx/string.h>
class wxString;
extern const wxString& GetCustomTranslation(const wxString& str1 ); extern const wxString& GetCustomTranslation(const wxString& str1 );
extern const wxString& GetCustomSubstitution(const wxString& str1 ); extern const wxString& GetCustomSubstitution(const wxString& str1 );