mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
rename a function
This commit is contained in:
@@ -137,7 +137,7 @@ wxString AudioUnitEffectsModule::GetDescription()
|
||||
// ModuleInterface implementation
|
||||
// ============================================================================
|
||||
|
||||
wxArrayString AudioUnitEffectsModule::FileExtensions()
|
||||
wxArrayString AudioUnitEffectsModule::GetFileExtensions()
|
||||
{
|
||||
static const wxString ext[] = { _T("au") };
|
||||
static const wxArrayString result{ sizeof(ext)/sizeof(*ext), ext };
|
||||
|
@@ -242,7 +242,7 @@ public:
|
||||
bool Initialize() override;
|
||||
void Terminate() override;
|
||||
|
||||
wxArrayString FileExtensions() override;
|
||||
wxArrayString GetFileExtensions() override;
|
||||
wxString InstallPath() override { return {}; }
|
||||
|
||||
bool AutoRegisterPlugins(PluginManagerInterface & pm) override;
|
||||
|
Reference in New Issue
Block a user