1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 06:40:12 +01:00

DiscoverPluginsAtPath reports error as TranslatableString

This commit is contained in:
Paul Licameli
2019-12-18 00:27:40 -05:00
parent 49cab86fc1
commit 1537930195
22 changed files with 58 additions and 58 deletions

View File

@@ -120,7 +120,7 @@ public:
std::function<
const PluginID &(ModuleInterface *, ComponentInterface *) >;
virtual unsigned DiscoverPluginsAtPath(
const PluginPath & path, wxString &errMsg,
const PluginPath & path, TranslatableString &errMsg,
const RegistrationCallback &callback )
= 0;