1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Remove wx/arrstr.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 19:47:44 -05:00
parent 1d0247607a
commit 40b4361732
42 changed files with 44 additions and 19 deletions

View File

@@ -11,7 +11,8 @@
#ifndef __AUDACITY_LANGUAGES__
#define __AUDACITY_LANGUAGES__
#include <wx/arrstr.h>
class wxArrayString;
#include <wx/list.h>
void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames);