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

Remove wx/string.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 15:11:55 -05:00
parent 51f0362e9f
commit 1d0247607a
93 changed files with 8 additions and 105 deletions

View File

@@ -15,7 +15,7 @@
#ifndef __AUDACITY_LANG_CHOICE__
#define __AUDACITY_LANG_CHOICE__
#include <wx/string.h>
class wxString;
wxString ChooseLanguage(wxWindow *parent);