mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-22 00:47:13 +01:00
ComponentInterfaceSymbol contains TranslatableString
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
class wxArrayString;
|
||||
class wxString;
|
||||
|
||||
void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames);
|
||||
#include "audacity/Types.h"
|
||||
|
||||
void GetLanguages(
|
||||
wxArrayString &langCodes, TranslatableStrings &langNames);
|
||||
|
||||
wxString GetSystemLanguageCode();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user