mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
rename a function
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
bool Initialize() override;
|
||||
void Terminate() override;
|
||||
|
||||
wxArrayString FileExtensions() override { return {}; }
|
||||
wxArrayString GetFileExtensions() override { return {}; }
|
||||
wxString InstallPath() override { return {}; }
|
||||
|
||||
bool AutoRegisterPlugins(PluginManagerInterface & pm) override;
|
||||
|
Reference in New Issue
Block a user