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

rename a function

This commit is contained in:
Paul Licameli
2019-03-03 14:39:44 -05:00
parent 617ac20e7f
commit f2405f3023
14 changed files with 15 additions and 15 deletions

View File

@@ -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;